#09021C

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

Shades of Black Russian #09021C

Tints of Black Russian #09021C

Color information

#09021C (or 0x09021C) is unknown color: approx Black Russian. HEX triplet: 09, 02 and 1C. RGB value is (9,2,28). Sum of RGB (Red+Green+Blue) = 9+2+28=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #09021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09021C is #F6FDE3. Grayscale: #060606. Windows color (decimal): -16186852 or 1835529. OLE color: 1835529.

HSL color Cylindrical-coordinate representation of color #09021C: hue angle of 256.15º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09021C is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB9228-
CMYK0.680.9300.89
HSL256.15º86.67%5.88%-
HSV(B)256.15º92.86%10.98%-
XYZ0.340.191.12-
YUV7.06139.82129.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.08%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 28 (11.33% from 255) = 71.79%
R=23.08%
G=5.13%
B=71.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal92280.680.9300.89256.1586.675.88
Hex921C445D059100576
Octal1123410413501314001276
Binary1001101110010001001011101010110011000000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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