#020825

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

Shades of Black Russian #020825

Tints of Black Russian #020825

Color information

#020825 (or 0x020825) is unknown color: approx Black Russian. HEX triplet: 02, 08 and 25. RGB value is (2,8,37). Sum of RGB (Red+Green+Blue) = 2+8+37=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #020825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020825 is #FDF7DA. Grayscale: #090909. Windows color (decimal): -16644059 or 2426882. OLE color: 2426882.

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

Color convert

RGB2837-
CMYK0.950.7800.85
HSL229.71º89.74%7.65%-
HSV(B)229.71º94.59%14.51%-
XYZ0.450.321.79-
YUV9.51143.51122.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 37 (14.84% from 255) = 78.72%
R=4.26%
G=17.02%
B=78.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal28370.950.7800.85229.7189.747.65
Hex28255F4E055e65a8
Octal21045137116012534613210
Binary10100010010110111111001110010101011110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020825; }

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

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

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

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

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

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

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

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