Html Css Color HEX #080313 Black Russian

📋 copy color: '#080313'

red 8 ◦ green 3 ◦ blue 19

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

Shades of Black Russian #080313

Tints of Black Russian #080313

RGB

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

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

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

R = 26.67%
G = 10%
B = 63.33%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080313 (or 0x080313) is known color: Black Russian. HEX triplet: 08, 03 and 13. RGB value is (8,3,19). Sum of RGB (Red+Green+Blue) = 8+3+19=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 19 (7.81% from 255 or 63.33% from 30); Max value from RGB is 19 - color contains mainly: blue. Hex color #080313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080313 is #F7FCEC. Grayscale: #060606. Windows color (decimal): -16252141 or 1245960. OLE color: 1245960.

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

Color convert

RGB 8 3 19 -
CMYK 0.58 0.84 0 0.93
HSL 258.75º 0.73% 0.04% -
HSV(B) 258.75º 0.84% 0.07% -
XYZ 0.25 0.16 0.63 -
YUV 6.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 8 3 19 0.58 0.84 0 0.93 258.75 0.73 0.04
Hex 8 3 13 3A 54 0 5D 103 49 4
Octal 10 3 23 72 124 0 135 403 111 4
Binary 1000 11 10011 111010 1010100 0 1011101 100000011 1001001 100

Color Harmonies of #080313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080313

Black with #080313

Text Example


Text Example

White with #080313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080313; }

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

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

background-color css

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

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

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

border-color css

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

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

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