Html Css Color HEX #080514 Black Russian

📋 copy color: '#080514'

red 8 ◦ green 5 ◦ blue 20

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

Shades of Black Russian #080514

Tints of Black Russian #080514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.15%

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

R = 24.24%
G = 15.15%
B = 60.61%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080514 (or 0x080514) is known color: Black Russian. HEX triplet: 08, 05 and 14. RGB value is (8,5,20). Sum of RGB (Red+Green+Blue) = 8+5+20=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #080514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080514 is #F7FAEB. Grayscale: #070707. Windows color (decimal): -16251628 or 1312008. OLE color: 1312008.

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

Color convert

RGB 8 5 20 -
CMYK 0.60 0.75 0 0.92
HSL 252º 0.6% 0.05% -
HSV(B) 252º 0.75% 0.08% -
XYZ 0.28 0.21 0.69 -
YUV 7.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 8 5 20 0.60 0.75 0 0.92 252 0.6 0.05
Hex 8 5 14 3C 4B 0 5C FC 3C 5
Octal 10 5 24 74 113 0 134 374 74 5
Binary 1000 101 10100 111100 1001011 0 1011100 11111100 111100 101

Color Harmonies of #080514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080514

Black with #080514

Text Example


Text Example

White with #080514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080514; }

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

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

background-color css

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

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

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

border-color css

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

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

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