Html Css Color HEX #080614 Black Russian

📋 copy color: '#080614'

red 8 ◦ green 6 ◦ blue 20

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

Shades of Black Russian #080614

Tints of Black Russian #080614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 17.65%

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

R = 23.53%
G = 17.65%
B = 58.82%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080614 (or 0x080614) is known color: Black Russian. HEX triplet: 08, 06 and 14. RGB value is (8,6,20). Sum of RGB (Red+Green+Blue) = 8+6+20=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #080614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080614 is #F7F9EB. Grayscale: #080808. Windows color (decimal): -16251372 or 1312264. OLE color: 1312264.

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

Color convert

RGB 8 6 20 -
CMYK 0.60 0.70 0 0.92
HSL 248.57º 0.54% 0.05% -
HSV(B) 248.57º 0.7% 0.08% -
XYZ 0.29 0.23 0.69 -
YUV 8.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 8 6 20 0.60 0.70 0 0.92 248.57 0.54 0.05
Hex 8 6 14 3C 46 0 5C F9 36 5
Octal 10 6 24 74 106 0 134 371 66 5
Binary 1000 110 10100 111100 1000110 0 1011100 11111001 110110 101

Color Harmonies of #080614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080614

Black with #080614

Text Example


Text Example

White with #080614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080614; }

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

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

background-color css

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

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

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

border-color css

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

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

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