#020031

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

Shades of Black Russian #020031

Tints of Black Russian #020031

Color information

#020031 (or 0x020031) is unknown color: approx Black Russian. HEX triplet: 02, 00 and 31. RGB value is (2,0,49). Sum of RGB (Red+Green+Blue) = 2+0+49=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 49 (19.53% from 255 or 96.08% from 51); Max value from RGB is 49 - color contains mainly: blue. Hex color #020031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020031 is #FDFFCE. Grayscale: #050505. Windows color (decimal): -16646095 or 3211266. OLE color: 3211266.

HSL color Cylindrical-coordinate representation of color #020031: hue angle of 242.45º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020031 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB2049-
CMYK0.96100.81
HSL242.45º100%9.61%-
HSV(B)242.45º100%19.22%-
XYZ0.580.232.92-
YUV6.18152.16125.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 96.08%
R=3.92%
G=0%
B=96.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal20490.96100.81242.451009.61
Hex20316064051f264a
Octal2061140144012136214412
Binary10011000111000001100100010100011111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020031; }

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

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

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

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

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

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

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

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