Html Css Color HEX #0C0D16 Black Russian

📋 copy color: '#0C0D16'

red 12 ◦ green 13 ◦ blue 22

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

Shades of Black Russian #0C0D16

Tints of Black Russian #0C0D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.66%

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

R = 25.53%
G = 27.66%
B = 46.81%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0D16 (or 0x0C0D16) is known color: Black Russian. HEX triplet: 0C, 0D and 16. RGB value is (12,13,22). Sum of RGB (Red+Green+Blue) = 12+13+22=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D16 is #F3F2E9. Grayscale: #0D0D0D. Windows color (decimal): -15987434 or 1445132. OLE color: 1445132.

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

Color convert

RGB 12 13 22 -
CMYK 0.45 0.41 0 0.91
HSL 234º 0.29% 0.07% -
HSV(B) 234º 0.45% 0.09% -
XYZ 0.44 0.42 0.82 -
YUV 13.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 12 13 22 0.45 0.41 0 0.91 234 0.29 0.07
Hex C D 16 2D 29 0 5B EA 1D 7
Octal 14 15 26 55 51 0 133 352 35 7
Binary 1100 1101 10110 101101 101001 0 1011011 11101010 11101 111

Color Harmonies of #0C0D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D16

Black with #0C0D16

Text Example


Text Example

White with #0C0D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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