Html Css Color HEX #080913 Black Russian

📋 copy color: '#080913'

red 8 ◦ green 9 ◦ blue 19

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

Shades of Black Russian #080913

Tints of Black Russian #080913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 25%

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

R = 22.22%
G = 25%
B = 52.78%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080913 (or 0x080913) is known color: Black Russian. HEX triplet: 08, 09 and 13. RGB value is (8,9,19). Sum of RGB (Red+Green+Blue) = 8+9+19=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #080913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080913 is #F7F6EC. Grayscale: #090909. Windows color (decimal): -16250605 or 1247496. OLE color: 1247496.

HSL color Cylindrical-coordinate representation of color #080913: hue angle of 234.55º 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 #080913 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 9 19 -
CMYK 0.58 0.53 0 0.93
HSL 234.55º 0.41% 0.05% -
HSV(B) 234.55º 0.58% 0.07% -
XYZ 0.32 0.29 0.66 -
YUV 9.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 8 9 19 0.58 0.53 0 0.93 234.55 0.41 0.05
Hex 8 9 13 3A 35 0 5D EB 29 5
Octal 10 11 23 72 65 0 135 353 51 5
Binary 1000 1001 10011 111010 110101 0 1011101 11101011 101001 101

Color Harmonies of #080913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080913

Black with #080913

Text Example


Text Example

White with #080913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080913; }

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

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

background-color css

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

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

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

border-color css

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

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

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