Html Css Color HEX #0C0916 Black Russian

📋 copy color: '#0C0916'

red 12 ◦ green 9 ◦ blue 22

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

Shades of Black Russian #0C0916

Tints of Black Russian #0C0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.93%

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

R = 27.91%
G = 20.93%
B = 51.16%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0916 (or 0x0C0916) is known color: Black Russian. HEX triplet: 0C, 09 and 16. RGB value is (12,9,22). Sum of RGB (Red+Green+Blue) = 12+9+22=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0916 is #F3F6E9. Grayscale: #0B0B0B. Windows color (decimal): -15988458 or 1444108. OLE color: 1444108.

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

Color convert

RGB 12 9 22 -
CMYK 0.45 0.59 0 0.91
HSL 253.85º 0.42% 0.06% -
HSV(B) 253.85º 0.59% 0.09% -
XYZ 0.39 0.33 0.8 -
YUV 11.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 12 9 22 0.45 0.59 0 0.91 253.85 0.42 0.06
Hex C 9 16 2D 3B 0 5B FE 2A 6
Octal 14 11 26 55 73 0 133 376 52 6
Binary 1100 1001 10110 101101 111011 0 1011011 11111110 101010 110

Color Harmonies of #0C0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0916

Black with #0C0916

Text Example


Text Example

White with #0C0916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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