#02061E

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

Shades of Black Russian #02061E

Tints of Black Russian #02061E

Color information

#02061E (or 0x02061E) is unknown color: approx Black Russian. HEX triplet: 02, 06 and 1E. RGB value is (2,6,30). Sum of RGB (Red+Green+Blue) = 2+6+30=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #02061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02061E is #FDF9E1. Grayscale: #070707. Windows color (decimal): -16644578 or 1967618. OLE color: 1967618.

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

Color convert

RGB2630-
CMYK0.930.8000.88
HSL231.43º87.5%6.27%-
HSV(B)231.43º93.33%11.76%-
XYZ0.320.241.26-
YUV7.54140.67124.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 30 (12.11% from 255) = 78.95%
R=5.26%
G=15.79%
B=78.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal26300.930.8000.88231.4387.56.27
Hex261E5D50058e7586
Octal263613512001303471306
Binary10110111101011101101000001011000111001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02061E; }

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

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

<style>
 a { background-color: #02061E; }

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

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

<style>
 span { border-color: #02061E; }

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

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