Html Css Color HEX #0C1718 Black Pearl

📋 copy color: '#0C1718'

red 12 ◦ green 23 ◦ blue 24

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

Shades of Black Pearl #0C1718

Tints of Black Pearl #0C1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 38.98%

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

R = 20.34%
G = 38.98%
B = 40.68%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1718 (or 0x0C1718) is known color: Black Pearl. HEX triplet: 0C, 17 and 18. RGB value is (12,23,24). Sum of RGB (Red+Green+Blue) = 12+23+24=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C1718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1718 is #F3E8E7. Grayscale: #131313. Windows color (decimal): -15984872 or 1578764. OLE color: 1578764.

HSL color Cylindrical-coordinate representation of color #0C1718: hue angle of 185º 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 #0C1718 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 23 24 -
CMYK 0.50 0.04 0 0.91
HSL 185º 0.33% 0.07% -
HSV(B) 185º 0.5% 0.09% -
XYZ 0.62 0.76 0.98 -
YUV 19.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 12 23 24 0.50 0.04 0 0.91 185 0.33 0.07
Hex C 17 18 32 4 0 5B B9 21 7
Octal 14 27 30 62 4 0 133 271 41 7
Binary 1100 10111 11000 110010 100 0 1011011 10111001 100001 111

Color Harmonies of #0C1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1718

Black with #0C1718

Text Example


Text Example

White with #0C1718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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