Html Css Color HEX #0C1516 Black Pearl

📋 copy color: '#0C1516'

red 12 ◦ green 21 ◦ blue 22

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

Shades of Black Pearl #0C1516

Tints of Black Pearl #0C1516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 40%

R = 21.82%
G = 38.18%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1516 (or 0x0C1516) is known color: Black Pearl. HEX triplet: 0C, 15 and 16. RGB value is (12,21,22). Sum of RGB (Red+Green+Blue) = 12+21+22=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C1516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1516 is #F3EAE9. Grayscale: #121212. Windows color (decimal): -15985386 or 1447180. OLE color: 1447180.

HSL color Cylindrical-coordinate representation of color #0C1516: hue angle of 186º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C1516 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 21 22 -
CMYK 0.45 0.05 0 0.91
HSL 186º 0.29% 0.07% -
HSV(B) 186º 0.45% 0.09% -
XYZ 0.56 0.67 0.86 -
YUV 18.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 12 21 22 0.45 0.05 0 0.91 186 0.29 0.07
Hex C 15 16 2D 5 0 5B BA 1D 7
Octal 14 25 26 55 5 0 133 272 35 7
Binary 1100 10101 10110 101101 101 0 1011011 10111010 11101 111

Color Harmonies of #0C1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1516

Black with #0C1516

Text Example


Text Example

White with #0C1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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