#02092B

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

Shades of Black Russian #02092B

Tints of Black Russian #02092B

Color information

#02092B (or 0x02092B) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 2B. RGB value is (2,9,43). Sum of RGB (Red+Green+Blue) = 2+9+43=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 43 (17.19% from 255 or 79.63% from 54); Max value from RGB is 43 - color contains mainly: blue. Hex color #02092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02092B is #FDF6D4. Grayscale: #0A0A0A. Windows color (decimal): -16643797 or 2820354. OLE color: 2820354.

HSL color Cylindrical-coordinate representation of color #02092B: hue angle of 229.76º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02092B is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB2943-
CMYK0.950.7900.83
HSL229.76º91.11%8.82%-
HSV(B)229.76º95.35%16.86%-
XYZ0.560.382.33-
YUV10.78146.18121.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 43 (17.19% from 255) = 79.63%
R=3.70%
G=16.67%
B=79.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal29430.950.7900.83229.7691.118.82
Hex292B5F4F053e65b9
Octal21153137117012334613311
Binary10100110101110111111001111010100111110011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02092B; }

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

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

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

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

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

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

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

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