Html Css Color HEX #0C0F16 Black Russian

📋 copy color: '#0C0F16'

red 12 ◦ green 15 ◦ blue 22

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

Shades of Black Russian #0C0F16

Tints of Black Russian #0C0F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 30.61%

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

R = 24.49%
G = 30.61%
B = 44.9%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0F16 (or 0x0C0F16) is known color: Black Russian. HEX triplet: 0C, 0F and 16. RGB value is (12,15,22). Sum of RGB (Red+Green+Blue) = 12+15+22=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F16 is #F3F0E9. Grayscale: #0E0E0E. Windows color (decimal): -15986922 or 1445644. OLE color: 1445644.

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

Color convert

RGB 12 15 22 -
CMYK 0.45 0.32 0 0.91
HSL 222º 0.29% 0.07% -
HSV(B) 222º 0.45% 0.09% -
XYZ 0.47 0.48 0.83 -
YUV 14.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 12 15 22 0.45 0.32 0 0.91 222 0.29 0.07
Hex C F 16 2D 20 0 5B DE 1D 7
Octal 14 17 26 55 40 0 133 336 35 7
Binary 1100 1111 10110 101101 100000 0 1011011 11011110 11101 111

Color Harmonies of #0C0F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F16

Black with #0C0F16

Text Example


Text Example

White with #0C0F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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