Html Css Color HEX #080316 Black Russian

📋 copy color: '#080316'

red 8 ◦ green 3 ◦ blue 22

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

Shades of Black Russian #080316

Tints of Black Russian #080316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.09%

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

R = 24.24%
G = 9.09%
B = 66.67%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080316 (or 0x080316) is known color: Black Russian. HEX triplet: 08, 03 and 16. RGB value is (8,3,22). Sum of RGB (Red+Green+Blue) = 8+3+22=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 22 (8.98% from 255 or 66.67% from 33); Max value from RGB is 22 - color contains mainly: blue. Hex color #080316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080316 is #F7FCE9. Grayscale: #060606. Windows color (decimal): -16252138 or 1442568. OLE color: 1442568.

HSL color Cylindrical-coordinate representation of color #080316: hue angle of 255.79º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080316 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 3 22 -
CMYK 0.64 0.86 0 0.91
HSL 255.79º 0.76% 0.05% -
HSV(B) 255.79º 0.86% 0.09% -
XYZ 0.28 0.17 0.78 -
YUV 6.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 8 3 22 0.64 0.86 0 0.91 255.79 0.76 0.05
Hex 8 3 16 40 56 0 5B 100 4C 5
Octal 10 3 26 100 126 0 133 400 114 5
Binary 1000 11 10110 1000000 1010110 0 1011011 100000000 1001100 101

Color Harmonies of #080316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080316

Black with #080316

Text Example


Text Example

White with #080316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080316; }

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

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

background-color css

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

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

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

border-color css

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

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

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