#030211

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

Shades of Black Russian #030211

Tints of Black Russian #030211

Color information

#030211 (or 0x030211) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 11. RGB value is (3,2,17). Sum of RGB (Red+Green+Blue) = 3+2+17=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 17 (7.03% from 255 or 77.27% from 22); Max value from RGB is 17 - color contains mainly: blue. Hex color #030211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030211 is #FCFDEE. Grayscale: #030303. Windows color (decimal): -16580079 or 1114627. OLE color: 1114627.

HSL color Cylindrical-coordinate representation of color #030211: hue angle of 244º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030211 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3217-
CMYK0.820.8800.93
HSL244º78.95%3.73%-
HSV(B)244º88.24%6.67%-
XYZ0.160.10.54-
YUV4.01135.33127.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 17 (7.03% from 255) = 77.27%
R=13.64%
G=9.09%
B=77.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal32170.820.8800.9324478.953.73
Hex3211525805Df44f4
Octal322112213001353641174
Binary1110100011010010101100001011101111101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030211; }

 p { color: rgb(3,2,17); }

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

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

 a { background-color: rgb(3,2,17); }

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

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

 span { border-color: rgb(3,2,17); }

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