Html Css Color HEX #0C1518 Black Pearl

📋 copy color: '#0C1518'

red 12 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #0C1518

Tints of Black Pearl #0C1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 36.84%

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

R = 21.05%
G = 36.84%
B = 42.11%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1518 (or 0x0C1518) is known color: Black Pearl. HEX triplet: 0C, 15 and 18. RGB value is (12,21,24). Sum of RGB (Red+Green+Blue) = 12+21+24=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C1518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1518 is #F3EAE7. Grayscale: #121212. Windows color (decimal): -15985384 or 1578252. OLE color: 1578252.

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

Color convert

RGB 12 21 24 -
CMYK 0.50 0.13 0 0.91
HSL 195º 0.33% 0.07% -
HSV(B) 195º 0.5% 0.09% -
XYZ 0.58 0.68 0.96 -
YUV 18.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 12 21 24 0.50 0.13 0 0.91 195 0.33 0.07
Hex C 15 18 32 D 0 5B C3 21 7
Octal 14 25 30 62 15 0 133 303 41 7
Binary 1100 10101 11000 110010 1101 0 1011011 11000011 100001 111

Color Harmonies of #0C1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1518

Black with #0C1518

Text Example


Text Example

White with #0C1518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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