#012136

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

Shades of Black Pearl #012136

Tints of Black Pearl #012136

Color information

#012136 (or 0x012136) is unknown color: approx Black Pearl. HEX triplet: 01, 21 and 36. RGB value is (1,33,54). Sum of RGB (Red+Green+Blue) = 1+33+54=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #012136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012136 is #FEDEC9. Grayscale: #191919. Windows color (decimal): -16703178 or 3547393. OLE color: 3547393.

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

Color convert

RGB13354-
CMYK0.980.3900.79
HSL203.77º96.36%10.78%-
HSV(B)203.77º98.15%21.18%-
XYZ1.221.363.69-
YUV25.83143.9110.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 54 (21.48% from 255) = 61.36%
R=1.14%
G=37.5%
B=61.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal133540.980.3900.79203.7796.3610.78
Hex12136622704Fcc60b
Octal1416614247011731414013
Binary11000011101101100010100111010011111100110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012136; }

 p { color: rgb(1,33,54); }

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

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

 a { background-color: rgb(1,33,54); }

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

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

 span { border-color: rgb(1,33,54); }

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