Html Css Color HEX #080C16 Black Russian

📋 copy color: '#080C16'

red 8 ◦ green 12 ◦ blue 22

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

Shades of Black Russian #080C16

Tints of Black Russian #080C16

RGB

 RED value IS 8 (3.52% from 255) = 19.05%

 GREEN value IS 12 (5.08% from 255) = 28.57%

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

R = 19.05%
G = 28.57%
B = 52.38%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080C16 (or 0x080C16) is known color: Black Russian. HEX triplet: 08, 0C and 16. RGB value is (8,12,22). Sum of RGB (Red+Green+Blue) = 8+12+22=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #080C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C16 is #F7F3E9. Grayscale: #0B0B0B. Windows color (decimal): -16249834 or 1444872. OLE color: 1444872.

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

Color convert

RGB 8 12 22 -
CMYK 0.64 0.45 0 0.91
HSL 222.86º 0.47% 0.06% -
HSV(B) 222.86º 0.64% 0.09% -
XYZ 0.38 0.37 0.81 -
YUV 11.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 8 12 22 0.64 0.45 0 0.91 222.86 0.47 0.06
Hex 8 C 16 40 2D 0 5B DF 2F 6
Octal 10 14 26 100 55 0 133 337 57 6
Binary 1000 1100 10110 1000000 101101 0 1011011 11011111 101111 110

Color Harmonies of #080C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C16

Black with #080C16

Text Example


Text Example

White with #080C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080C16; }

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

 H1.HeaderClassName
 {
   color: #080C16;
 }
 .AnyTagClassName
 {
   color: #080C16;
 }
</style>

background-color css

<style>
 a { background-color: #080C16; }

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

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

border-color css

<style>
 span { border-color: #080C16; }

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

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