Html Css Color HEX #080120 Black Russian

📋 copy color: '#080120'

red 8 ◦ green 1 ◦ blue 32

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

Shades of Black Russian #080120

Tints of Black Russian #080120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.44%

 BLUE value IS 32 (12.89% from 255) = 78.05%

R = 19.51%
G = 2.44%
B = 78.05%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#080120 (or 0x080120) is known color: Black Russian. HEX triplet: 08, 01 and 20. RGB value is (8,1,32). Sum of RGB (Red+Green+Blue) = 8+1+32=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 32 (12.89% from 255 or 78.05% from 41); Max value from RGB is 32 - color contains mainly: blue. Hex color #080120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080120 is #F7FEDF. Grayscale: #060606. Windows color (decimal): -16252640 or 2097416. OLE color: 2097416.

HSL color Cylindrical-coordinate representation of color #080120: hue angle of 253.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080120 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 8 1 32 -
CMYK 0.75 0.97 0 0.87
HSL 253.55º 0.94% 0.06% -
HSV(B) 253.55º 0.97% 0.13% -
XYZ 0.37 0.18 1.38 -
YUV 6.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 8 1 32 0.75 0.97 0 0.87 253.55 0.94 0.06
Hex 8 1 20 4B 61 0 57 FE 5E 6
Octal 10 1 40 113 141 0 127 376 136 6
Binary 1000 1 100000 1001011 1100001 0 1010111 11111110 1011110 110

Color Harmonies of #080120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080120

Black with #080120

Text Example


Text Example

White with #080120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080120; }

 p { color: rgb(8,1,32); }

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

background-color css

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

 a { background-color: rgb(8,1,32); }

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

border-color css

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

 span { border-color: rgb(8,1,32); }

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