#012838

Color #012838 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #012838

Tints of Black Pearl #012838

Color information

#012838 (or 0x012838) is unknown color: approx Black Pearl. HEX triplet: 01, 28 and 38. RGB value is (1,40,56). Sum of RGB (Red+Green+Blue) = 1+40+56=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #012838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012838 is #FED7C7. Grayscale: #1E1E1E. Windows color (decimal): -16701384 or 3680257. OLE color: 3680257.

HSL color Cylindrical-coordinate representation of color #012838: hue angle of 197.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012838 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB14056-
CMYK0.980.2900.78
HSL197.45º96.49%11.18%-
HSV(B)197.45º98.21%21.96%-
XYZ1.491.814.01-
YUV30.16142.58107.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=1.03%
G=41.24%
B=57.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal140560.980.2900.78197.4596.4911.18
Hex12838621D04Ec560b
Octal1507014235011630514013
Binary1101000111000110001011101010011101100010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012838; }

 p { color: rgb(1,40,56); }

 H1.HeaderClassName
 {
   color: #012838;
 }
 .AnyTagClassName
 {
   color: #012838;
 }
</style>
background-color css

<style>
 a { background-color: #012838; }

 a { background-color: rgb(1,40,56); }

 div.DivClassName
 {
   background-color: #012838;
 }
 .BgClassName
 {
   background-color: #012838;
 }
</style>
border-color css

<style>
 span { border-color: #012838; }

 span { border-color: rgb(1,40,56); }

 td.TdClassName
 {
   border-color: #012838;
 }
 .TagClassName
 {
   border-color: #012838;
 }
</style>