#080926

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

Shades of Black Russian #080926

Tints of Black Russian #080926

Color information

#080926 (or 0x080926) is unknown color: approx Black Russian. HEX triplet: 08, 09 and 26. RGB value is (8,9,38). Sum of RGB (Red+Green+Blue) = 8+9+38=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #080926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080926 is #F7F6D9. Grayscale: #0B0B0B. Windows color (decimal): -16250586 or 2492680. OLE color: 2492680.

HSL color Cylindrical-coordinate representation of color #080926: hue angle of 238º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #080926 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB8938-
CMYK0.790.7600.85
HSL238º65.22%9.02%-
HSV(B)238º78.95%14.9%-
XYZ0.550.391.88-
YUV12.01142.67125.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 38 (15.23% from 255) = 69.09%
R=14.55%
G=16.36%
B=69.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal89380.790.7600.8523865.229.02
Hex89264F4C055ee419
Octal101146117114012535610111
Binary1000100110011010011111001100010101011110111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080926; }

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

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

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

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

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

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

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

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