Html Css Color HEX #080314 Black Russian

📋 copy color: '#080314'

red 8 ◦ green 3 ◦ blue 20

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

Shades of Black Russian #080314

Tints of Black Russian #080314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 64.52%

R = 25.81%
G = 9.68%
B = 64.52%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080314 (or 0x080314) is known color: Black Russian. HEX triplet: 08, 03 and 14. RGB value is (8,3,20). Sum of RGB (Red+Green+Blue) = 8+3+20=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #080314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080314 is #F7FCEB. Grayscale: #060606. Windows color (decimal): -16252140 or 1311496. OLE color: 1311496.

HSL color Cylindrical-coordinate representation of color #080314: hue angle of 257.65º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080314 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 3 20 -
CMYK 0.60 0.85 0 0.92
HSL 257.65º 0.74% 0.05% -
HSV(B) 257.65º 0.85% 0.08% -
XYZ 0.26 0.17 0.68 -
YUV 6.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 8 3 20 0.60 0.85 0 0.92 257.65 0.74 0.05
Hex 8 3 14 3C 55 0 5C 102 4A 5
Octal 10 3 24 74 125 0 134 402 112 5
Binary 1000 11 10100 111100 1010101 0 1011100 100000010 1001010 101

Color Harmonies of #080314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080314

Black with #080314

Text Example


Text Example

White with #080314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080314; }

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

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

background-color css

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

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

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

border-color css

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

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

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