Html Css Color HEX #0C1316 Black Pearl

📋 copy color: '#0C1316'

red 12 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #0C1316

Tints of Black Pearl #0C1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.85%

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

R = 22.64%
G = 35.85%
B = 41.51%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C1316 (or 0x0C1316) is known color: Black Pearl. HEX triplet: 0C, 13 and 16. RGB value is (12,19,22). Sum of RGB (Red+Green+Blue) = 12+19+22=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C1316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1316 is #F3ECE9. Grayscale: #111111. Windows color (decimal): -15985898 or 1446668. OLE color: 1446668.

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

Color convert

RGB 12 19 22 -
CMYK 0.45 0.14 0 0.91
HSL 198º 0.29% 0.07% -
HSV(B) 198º 0.45% 0.09% -
XYZ 0.53 0.6 0.85 -
YUV 17.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 12 19 22 0.45 0.14 0 0.91 198 0.29 0.07
Hex C 13 16 2D E 0 5B C6 1D 7
Octal 14 23 26 55 16 0 133 306 35 7
Binary 1100 10011 10110 101101 1110 0 1011011 11000110 11101 111

Color Harmonies of #0C1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1316

Black with #0C1316

Text Example


Text Example

White with #0C1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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