#020924

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

Shades of Black Russian #020924

Tints of Black Russian #020924

Color information

#020924 (or 0x020924) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 24. RGB value is (2,9,36). Sum of RGB (Red+Green+Blue) = 2+9+36=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 36 (14.45% from 255 or 76.60% from 47); Max value from RGB is 36 - color contains mainly: blue. Hex color #020924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020924 is #FDF6DB. Grayscale: #090909. Windows color (decimal): -16643804 or 2361602. OLE color: 2361602.

HSL color Cylindrical-coordinate representation of color #020924: hue angle of 227.65º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020924 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB2936-
CMYK0.940.7500.86
HSL227.65º89.47%7.45%-
HSV(B)227.65º94.44%14.12%-
XYZ0.440.341.71-
YUV9.98142.68122.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 36 (14.45% from 255) = 76.60%
R=4.26%
G=19.15%
B=76.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal29360.940.7500.86227.6589.477.45
Hex29245E4B056e4597
Octal2114413611301263441317
Binary1010011001001011110100101101010110111001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020924; }

 p { color: rgb(2,9,36); }

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

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

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

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

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

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

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