Html Css Color HEX #0C1218 Black Pearl

📋 copy color: '#0C1218'

red 12 ◦ green 18 ◦ blue 24

#0C1218
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #0C1218

Tints of Black Pearl #0C1218

RGB

 RED value IS 12 (5.08% from 255) = 22.22%

 GREEN value IS 18 (7.42% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 44.44%

R = 22.22%
G = 33.33%
B = 44.44%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1218 (or 0x0C1218) is known color: Black Pearl. HEX triplet: 0C, 12 and 18. RGB value is (12,18,24). Sum of RGB (Red+Green+Blue) = 12+18+24=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1218 is #F3EDE7. Grayscale: #101010. Windows color (decimal): -15986152 or 1577484. OLE color: 1577484.

HSL color Cylindrical-coordinate representation of color #0C1218: hue angle of 210º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C1218 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 18 24 -
CMYK 0.50 0.25 0 0.91
HSL 210º 0.33% 0.07% -
HSV(B) 210º 0.5% 0.09% -
XYZ 0.53 0.58 0.95 -
YUV 16.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 12 18 24 0.50 0.25 0 0.91 210 0.33 0.07
Hex C 12 18 32 19 0 5B D2 21 7
Octal 14 22 30 62 31 0 133 322 41 7
Binary 1100 10010 11000 110010 11001 0 1011011 11010010 100001 111

Color Harmonies of #0C1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1218

Black with #0C1218

Text Example


Text Example

White with #0C1218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,18,24); }

 H1.HeaderClassName
 {
   color: #0C1218;
 }
 .AnyTagClassName
 {
   color: #0C1218;
 }
</style>

background-color css

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

 a { background-color: rgb(12,18,24); }

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

border-color css

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

 span { border-color: rgb(12,18,24); }

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