#020928

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

Shades of Black Russian #020928

Tints of Black Russian #020928

Color information

#020928 (or 0x020928) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 28. RGB value is (2,9,40). Sum of RGB (Red+Green+Blue) = 2+9+40=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 40 (16.02% from 255 or 78.43% from 51); Max value from RGB is 40 - color contains mainly: blue. Hex color #020928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020928 is #FDF6D7. Grayscale: #0A0A0A. Windows color (decimal): -16643800 or 2623746. OLE color: 2623746.

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

Color convert

RGB2940-
CMYK0.950.7800.84
HSL228.95º90.48%8.24%-
HSV(B)228.95º95%15.69%-
XYZ0.510.362.05-
YUV10.44144.68121.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 40 (16.02% from 255) = 78.43%
R=3.92%
G=17.65%
B=78.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal29400.950.7800.84228.9590.488.24
Hex29285F4E054e55a8
Octal21150137116012434513210
Binary10100110100010111111001110010101001110010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020928; }

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

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

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

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

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

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

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

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