#02091F

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

Shades of Black Russian #02091F

Tints of Black Russian #02091F

Color information

#02091F (or 0x02091F) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 1F. RGB value is (2,9,31). Sum of RGB (Red+Green+Blue) = 2+9+31=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 9 (3.91% from 255 or 21.43% 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 #02091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02091F is #FDF6E0. Grayscale: #090909. Windows color (decimal): -16643809 or 2033922. OLE color: 2033922.

HSL color Cylindrical-coordinate representation of color #02091F: hue angle of 225.52º 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 #02091F is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB2931-
CMYK0.940.7100.88
HSL225.52º87.88%6.47%-
HSV(B)225.52º93.55%12.16%-
XYZ0.370.311.34-
YUV9.41140.18122.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal29310.940.7100.88225.5287.886.47
Hex291F5E47058e2586
Octal2113713610701303421306
Binary101001111111011110100011101011000111000101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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