#081025

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

Shades of Black Russian #081025

Tints of Black Russian #081025

Color information

#081025 (or 0x081025) is unknown color: approx Black Russian. HEX triplet: 08, 10 and 25. RGB value is (8,16,37). Sum of RGB (Red+Green+Blue) = 8+16+37=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #081025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081025 is #F7EFDA. Grayscale: #0F0F0F. Windows color (decimal): -16248795 or 2428936. OLE color: 2428936.

HSL color Cylindrical-coordinate representation of color #081025: hue angle of 223.45º 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 #081025 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB81637-
CMYK0.780.5700.85
HSL223.45º64.44%8.82%-
HSV(B)223.45º78.38%14.51%-
XYZ0.620.561.82-
YUV16139.85122.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=13.11%
G=26.23%
B=60.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal816370.780.5700.85223.4564.448.82
Hex810254E39055df409
Octal10204511671012533710011
Binary1000100001001011001110111001010101011101111110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081025; }

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

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

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

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

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

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

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

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