#012736

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

Shades of Black Pearl #012736

Tints of Black Pearl #012736

Color information

#012736 (or 0x012736) is unknown color: approx Black Pearl. HEX triplet: 01, 27 and 36. RGB value is (1,39,54). Sum of RGB (Red+Green+Blue) = 1+39+54=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #012736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012736 is #FED8C9. Grayscale: #1D1D1D. Windows color (decimal): -16701642 or 3548929. OLE color: 3548929.

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

Color convert

RGB13954-
CMYK0.980.2800.79
HSL196.98º96.36%10.78%-
HSV(B)196.98º98.15%21.18%-
XYZ1.41.723.75-
YUV29.35141.91107.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 39 (15.62% from 255) = 41.49%
BLUE value IS 54 (21.48% from 255) = 57.45%
R=1.06%
G=41.49%
B=57.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal139540.980.2800.79196.9896.3610.78
Hex12736621C04Fc560b
Octal1476614234011730514013
Binary1100111110110110001011100010011111100010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012736; }

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

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

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

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

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

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

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

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