Html Css Color HEX #080515 Black Russian

📋 copy color: '#080515'

red 8 ◦ green 5 ◦ blue 21

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

Shades of Black Russian #080515

Tints of Black Russian #080515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 61.76%

R = 23.53%
G = 14.71%
B = 61.76%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080515 (or 0x080515) is known color: Black Russian. HEX triplet: 08, 05 and 15. RGB value is (8,5,21). Sum of RGB (Red+Green+Blue) = 8+5+21=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #080515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080515 is #F7FAEA. Grayscale: #070707. Windows color (decimal): -16251627 or 1377544. OLE color: 1377544.

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

Color convert

RGB 8 5 21 -
CMYK 0.62 0.76 0 0.92
HSL 251.25º 0.62% 0.05% -
HSV(B) 251.25º 0.76% 0.08% -
XYZ 0.29 0.21 0.74 -
YUV 7.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 8 5 21 0.62 0.76 0 0.92 251.25 0.62 0.05
Hex 8 5 15 3E 4C 0 5C FB 3E 5
Octal 10 5 25 76 114 0 134 373 76 5
Binary 1000 101 10101 111110 1001100 0 1011100 11111011 111110 101

Color Harmonies of #080515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080515

Black with #080515

Text Example


Text Example

White with #080515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080515; }

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

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

background-color css

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

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

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

border-color css

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

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

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