Html Css Color HEX #0C1116 Black Pearl

📋 copy color: '#0C1116'

red 12 ◦ green 17 ◦ blue 22

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

Shades of Black Pearl #0C1116

Tints of Black Pearl #0C1116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 33.33%

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

R = 23.53%
G = 33.33%
B = 43.14%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1116 (or 0x0C1116) is known color: Black Pearl. HEX triplet: 0C, 11 and 16. RGB value is (12,17,22). Sum of RGB (Red+Green+Blue) = 12+17+22=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C1116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1116 is #F3EEE9. Grayscale: #101010. Windows color (decimal): -15986410 or 1446156. OLE color: 1446156.

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

Color convert

RGB 12 17 22 -
CMYK 0.45 0.23 0 0.91
HSL 210º 0.29% 0.07% -
HSV(B) 210º 0.45% 0.09% -
XYZ 0.5 0.54 0.84 -
YUV 16.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 12 17 22 0.45 0.23 0 0.91 210 0.29 0.07
Hex C 11 16 2D 17 0 5B D2 1D 7
Octal 14 21 26 55 27 0 133 322 35 7
Binary 1100 10001 10110 101101 10111 0 1011011 11010010 11101 111

Color Harmonies of #0C1116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1116

Black with #0C1116

Text Example


Text Example

White with #0C1116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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