#030411

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

Shades of Black Russian #030411

Tints of Black Russian #030411

Color information

#030411 (or 0x030411) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 11. RGB value is (3,4,17). Sum of RGB (Red+Green+Blue) = 3+4+17=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 17 (7.03% from 255 or 70.83% from 24); Max value from RGB is 17 - color contains mainly: blue. Hex color #030411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030411 is #FCFBEE. Grayscale: #050505. Windows color (decimal): -16579567 or 1115139. OLE color: 1115139.

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

Color convert

RGB3417-
CMYK0.820.7600.93
HSL235.71º70%3.92%-
HSV(B)235.71º82.35%6.67%-
XYZ0.180.150.55-
YUV5.18134.67126.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12.5%
GREEN value IS 4 (1.95% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 70.83%
R=12.5%
G=16.67%
B=70.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal34170.820.7600.93235.71703.92
Hex3411524C05Dec464
Octal342112211401353541064
Binary11100100011010010100110001011101111011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030411; }

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

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

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

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

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

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

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

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