#030511

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

Shades of Black Russian #030511

Tints of Black Russian #030511

Color information

#030511 (or 0x030511) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 11. RGB value is (3,5,17). Sum of RGB (Red+Green+Blue) = 3+5+17=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #030511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030511 is #FCFAEE. Grayscale: #050505. Windows color (decimal): -16579311 or 1115395. OLE color: 1115395.

HSL color Cylindrical-coordinate representation of color #030511: hue angle of 231.43º 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 #030511 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3517-
CMYK0.820.7100.93
HSL231.43º70%3.92%-
HSV(B)231.43º82.35%6.67%-
XYZ0.190.170.55-
YUV5.77134.34126.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 17 (7.03% from 255) = 68%
R=12%
G=20%
B=68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal35170.820.7100.93231.43703.92
Hex3511524705De7464
Octal352112210701353471064
Binary11101100011010010100011101011101111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030511; }

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

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

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

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

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

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

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

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