#02062B

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

Shades of Black Russian #02062B

Tints of Black Russian #02062B

Color information

#02062B (or 0x02062B) is unknown color: approx Black Russian. HEX triplet: 02, 06 and 2B. RGB value is (2,6,43). Sum of RGB (Red+Green+Blue) = 2+6+43=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 43 (17.19% from 255 or 84.31% from 51); Max value from RGB is 43 - color contains mainly: blue. Hex color #02062B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02062B is #FDF9D4. Grayscale: #080808. Windows color (decimal): -16644565 or 2819586. OLE color: 2819586.

HSL color Cylindrical-coordinate representation of color #02062B: hue angle of 234.15º 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 #02062B is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB2643-
CMYK0.950.8600.83
HSL234.15º91.11%8.82%-
HSV(B)234.15º95.35%16.86%-
XYZ0.530.322.32-
YUV9.02147.17122.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 43 (17.19% from 255) = 84.31%
R=3.92%
G=11.76%
B=84.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal26430.950.8600.83234.1591.118.82
Hex262B5F56053ea5b9
Octal2653137126012335213311
Binary1011010101110111111010110010100111110101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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