Html Css Color HEX #0C1216 Black Pearl

📋 copy color: '#0C1216'

red 12 ◦ green 18 ◦ blue 22

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

Shades of Black Pearl #0C1216

Tints of Black Pearl #0C1216

RGB

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

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

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

R = 23.08%
G = 34.62%
B = 42.31%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1216 (or 0x0C1216) is known color: Black Pearl. HEX triplet: 0C, 12 and 16. RGB value is (12,18,22). Sum of RGB (Red+Green+Blue) = 12+18+22=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C1216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1216 is #F3EDE9. Grayscale: #101010. Windows color (decimal): -15986154 or 1446412. OLE color: 1446412.

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

Color convert

RGB 12 18 22 -
CMYK 0.45 0.18 0 0.91
HSL 204º 0.29% 0.07% -
HSV(B) 204º 0.45% 0.09% -
XYZ 0.51 0.57 0.84 -
YUV 16.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 12 18 22 0.45 0.18 0 0.91 204 0.29 0.07
Hex C 12 16 2D 12 0 5B CC 1D 7
Octal 14 22 26 55 22 0 133 314 35 7
Binary 1100 10010 10110 101101 10010 0 1011011 11001100 11101 111

Color Harmonies of #0C1216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1216

Black with #0C1216

Text Example


Text Example

White with #0C1216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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