#0C1928

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

Shades of Black Pearl #0C1928

Tints of Black Pearl #0C1928

Color information

#0C1928 (or 0x0C1928) is unknown color: approx Black Pearl. HEX triplet: 0C, 19 and 28. RGB value is (12,25,40). Sum of RGB (Red+Green+Blue) = 12+25+40=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C1928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1928 is #F3E6D7. Grayscale: #161616. Windows color (decimal): -15984344 or 2627852. OLE color: 2627852.

HSL color Cylindrical-coordinate representation of color #0C1928: hue angle of 212.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C1928 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB122540-
CMYK0.700.3800.84
HSL212.14º53.85%10.2%-
HSV(B)212.14º70%15.69%-
XYZ0.880.932.14-
YUV22.82137.69120.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.58%
GREEN value IS 25 (10.16% from 255) = 32.47%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=15.58%
G=32.47%
B=51.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1225400.700.3800.84212.1453.8510.2
HexC19284626054d436a
Octal1431501064601243246612
Binary110011001101000100011010011001010100110101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C1928; }

 p { color: rgb(12,25,40); }

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

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

 a { background-color: rgb(12,25,40); }

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

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

 span { border-color: rgb(12,25,40); }

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