#080922

Color #080922 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #080922

Tints of Black Russian #080922

Color information

#080922 (or 0x080922) is unknown color: approx Black Russian. HEX triplet: 08, 09 and 22. RGB value is (8,9,34). Sum of RGB (Red+Green+Blue) = 8+9+34=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 34 (13.67% from 255 or 66.67% from 51); Max value from RGB is 34 - color contains mainly: blue. Hex color #080922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080922 is #F7F6DD. Grayscale: #0B0B0B. Windows color (decimal): -16250590 or 2230536. OLE color: 2230536.

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

Color convert

RGB8934-
CMYK0.760.7400.87
HSL237.69º61.9%8.24%-
HSV(B)237.69º76.47%13.33%-
XYZ0.490.361.56-
YUV11.55140.67125.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 34 (13.67% from 255) = 66.67%
R=15.69%
G=17.65%
B=66.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal89340.760.7400.87237.6961.98.24
Hex89224C4A057ee3e8
Octal10114211411201273567610
Binary100010011000101001100100101001010111111011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080922; }

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

 H1.HeaderClassName
 {
   color: #080922;
 }
 .AnyTagClassName
 {
   color: #080922;
 }
</style>
background-color css

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

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

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

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

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

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