#02092A

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

Shades of Black Russian #02092A

Tints of Black Russian #02092A

Color information

#02092A (or 0x02092A) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 2A. RGB value is (2,9,42). Sum of RGB (Red+Green+Blue) = 2+9+42=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 42 (16.80% from 255 or 79.25% from 53); Max value from RGB is 42 - color contains mainly: blue. Hex color #02092A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02092A is #FDF6D5. Grayscale: #0A0A0A. Windows color (decimal): -16643798 or 2754818. OLE color: 2754818.

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

Color convert

RGB2942-
CMYK0.950.7900.84
HSL229.5º90.91%8.63%-
HSV(B)229.5º95.24%16.47%-
XYZ0.540.382.23-
YUV10.67145.68121.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.77%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 42 (16.80% from 255) = 79.25%
R=3.77%
G=16.98%
B=79.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal29420.950.7900.84229.590.918.63
Hex292A5F4F054e65b9
Octal21152137117012434613311
Binary10100110101010111111001111010101001110011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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