#030311

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

Shades of Black Russian #030311

Tints of Black Russian #030311

Color information

#030311 (or 0x030311) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 11. RGB value is (3,3,17). Sum of RGB (Red+Green+Blue) = 3+3+17=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 17 (7.03% from 255 or 73.91% from 23); Max value from RGB is 17 - color contains mainly: blue. Hex color #030311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030311 is #FCFCEE. Grayscale: #040404. Windows color (decimal): -16579823 or 1114883. OLE color: 1114883.

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

Color convert

RGB3317-
CMYK0.820.8200.93
HSL240º70%3.92%-
HSV(B)240º82.35%6.67%-
XYZ0.170.120.55-
YUV4.6135126.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 3 (1.56% from 255) = 13.04%
BLUE value IS 17 (7.03% from 255) = 73.91%
R=13.04%
G=13.04%
B=73.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal33170.820.8200.93240703.92
Hex3311525205Df0464
Octal332112212201353601064
Binary1111100011010010101001001011101111100001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030311; }

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

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

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

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

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

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

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

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