Html Css Color HEX #080517 Black Russian

📋 copy color: '#080517'

red 8 ◦ green 5 ◦ blue 23

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

Shades of Black Russian #080517

Tints of Black Russian #080517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 63.89%

R = 22.22%
G = 13.89%
B = 63.89%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080517 (or 0x080517) is known color: Black Russian. HEX triplet: 08, 05 and 17. RGB value is (8,5,23). Sum of RGB (Red+Green+Blue) = 8+5+23=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #080517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080517 is #F7FAE8. Grayscale: #070707. Windows color (decimal): -16251625 or 1508616. OLE color: 1508616.

HSL color Cylindrical-coordinate representation of color #080517: hue angle of 250º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080517 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 5 23 -
CMYK 0.65 0.78 0 0.91
HSL 250º 0.64% 0.05% -
HSV(B) 250º 0.78% 0.09% -
XYZ 0.31 0.22 0.84 -
YUV 7.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 8 5 23 0.65 0.78 0 0.91 250 0.64 0.05
Hex 8 5 17 41 4E 0 5B FA 40 5
Octal 10 5 27 101 116 0 133 372 100 5
Binary 1000 101 10111 1000001 1001110 0 1011011 11111010 1000000 101

Color Harmonies of #080517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080517

Black with #080517

Text Example


Text Example

White with #080517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080517; }

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

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

background-color css

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

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

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

border-color css

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

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

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