#080825

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

Shades of Black Russian #080825

Tints of Black Russian #080825

Color information

#080825 (or 0x080825) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 25. RGB value is (8,8,37). Sum of RGB (Red+Green+Blue) = 8+8+37=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #080825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080825 is #F7F7DA. Grayscale: #0B0B0B. Windows color (decimal): -16250843 or 2426888. OLE color: 2426888.

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

Color convert

RGB8837-
CMYK0.780.7800.85
HSL240º64.44%8.82%-
HSV(B)240º78.38%14.51%-
XYZ0.520.361.79-
YUV11.31142.5125.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.09%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 37 (14.84% from 255) = 69.81%
R=15.09%
G=15.09%
B=69.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal88370.780.7800.8524064.448.82
Hex88254E4E055f0409
Octal101045116116012536010011
Binary1000100010010110011101001110010101011111000010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080825; }

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

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

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

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

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

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

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

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