Html Css Color HEX #080022 Black Russian

📋 copy color: '#080022'

red 8 ◦ green 0 ◦ blue 34

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

Shades of Black Russian #080022

Tints of Black Russian #080022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 80.95%

R = 19.05%
G = 0%
B = 80.95%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#080022 (or 0x080022) is known color: Black Russian. HEX triplet: 08, 00 and 22. RGB value is (8,0,34). Sum of RGB (Red+Green+Blue) = 8+0+34=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 34 (13.67% from 255 or 80.95% from 42); Max value from RGB is 34 - color contains mainly: blue. Hex color #080022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080022 is #F7FFDD. Grayscale: #060606. Windows color (decimal): -16252894 or 2228232. OLE color: 2228232.

HSL color Cylindrical-coordinate representation of color #080022: hue angle of 254.12º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080022 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 8 0 34 -
CMYK 0.76 1 0 0.87
HSL 254.12º 1% 0.07% -
HSV(B) 254.12º 1% 0.13% -
XYZ 0.39 0.17 1.53 -
YUV 6.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 8 0 34 0.76 1 0 0.87 254.12 1 0.07
Hex 8 0 22 4C 64 0 57 FE 64 7
Octal 10 0 42 114 144 0 127 376 144 7
Binary 1000 0 100010 1001100 1100100 0 1010111 11111110 1100100 111

Color Harmonies of #080022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080022

Black with #080022

Text Example


Text Example

White with #080022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080022; }

 p { color: rgb(8,0,34); }

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

background-color css

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

 a { background-color: rgb(8,0,34); }

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

border-color css

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

 span { border-color: rgb(8,0,34); }

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