#0C1924

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

Shades of Black Pearl #0C1924

Tints of Black Pearl #0C1924

Color information

#0C1924 (or 0x0C1924) is unknown color: approx Black Pearl. HEX triplet: 0C, 19 and 24. RGB value is (12,25,36). Sum of RGB (Red+Green+Blue) = 12+25+36=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C1924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1924 is #F3E6DB. Grayscale: #161616. Windows color (decimal): -15984348 or 2365708. OLE color: 2365708.

HSL color Cylindrical-coordinate representation of color #0C1924: hue angle of 207.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C1924 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB122536-
CMYK0.670.3100.86
HSL207.5º50%9.41%-
HSV(B)207.5º66.67%14.12%-
XYZ0.820.91.8-
YUV22.37135.69120.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 25 (10.16% from 255) = 34.25%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=16.44%
G=34.25%
B=49.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1225360.670.3100.86207.5509.41
HexC1924431F056d0329
Octal1431441033701263206211
Binary11001100110010010000111111101010110110100001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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