#080824

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

Shades of Black Russian #080824

Tints of Black Russian #080824

Color information

#080824 (or 0x080824) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 24. RGB value is (8,8,36). Sum of RGB (Red+Green+Blue) = 8+8+36=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #080824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080824 is #F7F7DB. Grayscale: #0B0B0B. Windows color (decimal): -16250844 or 2361352. OLE color: 2361352.

HSL color Cylindrical-coordinate representation of color #080824: hue angle of 240º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080824 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB8836-
CMYK0.780.7800.86
HSL240º63.64%8.63%-
HSV(B)240º77.78%14.12%-
XYZ0.510.351.71-
YUV11.19142125.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.38%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 36 (14.45% from 255) = 69.23%
R=15.38%
G=15.38%
B=69.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal88360.780.7800.8624063.648.63
Hex88244E4E056f0409
Octal101044116116012636010011
Binary1000100010010010011101001110010101101111000010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080824; }

 p { color: rgb(8,8,36); }

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

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

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

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

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

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

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