#020026

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

Shades of Black Russian #020026

Tints of Black Russian #020026

Color information

#020026 (or 0x020026) is unknown color: approx Black Russian. HEX triplet: 02, 00 and 26. RGB value is (2,0,38). Sum of RGB (Red+Green+Blue) = 2+0+38=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 38 (15.23% from 255 or 95% from 40); Max value from RGB is 38 - color contains mainly: blue. Hex color #020026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020026 is #FDFFD9. Grayscale: #040404. Windows color (decimal): -16646106 or 2490370. OLE color: 2490370.

HSL color Cylindrical-coordinate representation of color #020026: hue angle of 243.16º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020026 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB2038-
CMYK0.95100.85
HSL243.16º100%7.45%-
HSV(B)243.16º100%14.9%-
XYZ0.370.151.84-
YUV4.93146.66125.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 95%
R=5%
G=0%
B=95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal20380.95100.85243.161007.45
Hex20265F64055f3647
Octal204613714401253631447
Binary1001001101011111110010001010101111100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020026; }

 p { color: rgb(2,0,38); }

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

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

 a { background-color: rgb(2,0,38); }

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

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

 span { border-color: rgb(2,0,38); }

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