#081225

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

Shades of Black Russian #081225

Tints of Black Russian #081225

Color information

#081225 (or 0x081225) is unknown color: approx Black Russian. HEX triplet: 08, 12 and 25. RGB value is (8,18,37). Sum of RGB (Red+Green+Blue) = 8+18+37=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #081225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081225 is #F7EDDA. Grayscale: #111111. Windows color (decimal): -16248283 or 2429448. OLE color: 2429448.

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

Color convert

RGB81837-
CMYK0.780.5100.85
HSL219.31º64.44%8.82%-
HSV(B)219.31º78.38%14.51%-
XYZ0.650.621.84-
YUV17.18139.19121.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=12.70%
G=28.57%
B=58.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal818370.780.5100.85219.3164.448.82
Hex812254E33055db409
Octal10224511663012533310011
Binary1000100101001011001110110011010101011101101110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081225; }

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

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

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

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

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

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

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

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