#09021E

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

Shades of Black Russian #09021E

Tints of Black Russian #09021E

Color information

#09021E (or 0x09021E) is unknown color: approx Black Russian. HEX triplet: 09, 02 and 1E. RGB value is (9,2,30). Sum of RGB (Red+Green+Blue) = 9+2+30=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #09021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09021E is #F6FDE1. Grayscale: #070707. Windows color (decimal): -16186850 or 1966601. OLE color: 1966601.

HSL color Cylindrical-coordinate representation of color #09021E: hue angle of 255º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09021E is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB9230-
CMYK0.700.9300.88
HSL255º87.5%6.27%-
HSV(B)255º93.33%11.76%-
XYZ0.370.21.25-
YUV7.28140.82129.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.95%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 30 (12.11% from 255) = 73.17%
R=21.95%
G=4.88%
B=73.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal92300.700.9300.8825587.56.27
Hex921E465D058ff586
Octal1123610613501303771306
Binary100110111101000110101110101011000111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09021E; }

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

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

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

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

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

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

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

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