Html Css Color HEX #080813 Black Russian

📋 copy color: '#080813'

red 8 ◦ green 8 ◦ blue 19

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

Shades of Black Russian #080813

Tints of Black Russian #080813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 22.86%

 BLUE value IS 19 (7.81% from 255) = 54.29%

R = 22.86%
G = 22.86%
B = 54.29%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080813 (or 0x080813) is known color: Black Russian. HEX triplet: 08, 08 and 13. RGB value is (8,8,19). Sum of RGB (Red+Green+Blue) = 8+8+19=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #080813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080813 is #F7F7EC. Grayscale: #090909. Windows color (decimal): -16250861 or 1247240. OLE color: 1247240.

HSL color Cylindrical-coordinate representation of color #080813: hue angle of 240º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #080813 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 8 19 -
CMYK 0.58 0.58 0 0.93
HSL 240º 0.41% 0.05% -
HSV(B) 240º 0.58% 0.07% -
XYZ 0.3 0.27 0.65 -
YUV 9.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 8 8 19 0.58 0.58 0 0.93 240 0.41 0.05
Hex 8 8 13 3A 3A 0 5D F0 29 5
Octal 10 10 23 72 72 0 135 360 51 5
Binary 1000 1000 10011 111010 111010 0 1011101 11110000 101001 101

Color Harmonies of #080813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080813

Black with #080813

Text Example


Text Example

White with #080813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080813; }

 p { color: rgb(8,8,19); }

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

background-color css

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

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

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

border-color css

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

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

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