#012436

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

Shades of Black Pearl #012436

Tints of Black Pearl #012436

Color information

#012436 (or 0x012436) is unknown color: approx Black Pearl. HEX triplet: 01, 24 and 36. RGB value is (1,36,54). Sum of RGB (Red+Green+Blue) = 1+36+54=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #012436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012436 is #FEDBC9. Grayscale: #1B1B1B. Windows color (decimal): -16702410 or 3548161. OLE color: 3548161.

HSL color Cylindrical-coordinate representation of color #012436: hue angle of 200.38º 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 #012436 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB13654-
CMYK0.980.3300.79
HSL200.38º96.36%10.78%-
HSV(B)200.38º98.15%21.18%-
XYZ1.311.533.72-
YUV27.59142.9109.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=1.10%
G=39.56%
B=59.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal136540.980.3300.79200.3896.3610.78
Hex12436622104Fc860b
Octal1446614241011731014013
Binary11001001101101100010100001010011111100100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012436; }

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

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

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

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

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

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

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

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