#09021F

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

Shades of Black Russian #09021F

Tints of Black Russian #09021F

Color information

#09021F (or 0x09021F) is unknown color: approx Black Russian. HEX triplet: 09, 02 and 1F. RGB value is (9,2,31). Sum of RGB (Red+Green+Blue) = 9+2+31=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 31 (12.5% from 255 or 73.81% from 42); Max value from RGB is 31 - color contains mainly: blue. Hex color #09021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09021F is #F6FDE0. Grayscale: #070707. Windows color (decimal): -16186849 or 2032137. OLE color: 2032137.

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

Color convert

RGB9231-
CMYK0.710.9400.88
HSL254.48º87.88%6.47%-
HSV(B)254.48º93.55%12.16%-
XYZ0.380.21.31-
YUV7.4141.32129.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.43%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 31 (12.5% from 255) = 73.81%
R=21.43%
G=4.76%
B=73.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal92310.710.9400.88254.4887.886.47
Hex921F475E058fe586
Octal1123710713601303761306
Binary100110111111000111101111001011000111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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