#000311

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

Shades of Black Russian #000311

Tints of Black Russian #000311

Color information

#000311 (or 0x000311) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 11. RGB value is (0,3,17). Sum of RGB (Red+Green+Blue) = 0+3+17=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 17 (7.03% from 255 or 85% from 20); Max value from RGB is 17 - color contains mainly: blue. Hex color #000311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000311 is #FFFCEE. Grayscale: #030303. Windows color (decimal): -16776431 or 1114880. OLE color: 1114880.

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

Color convert

RGB0317-
CMYK10.8200.93
HSL229.41º100%3.33%-
HSV(B)229.41º100%6.67%-
XYZ0.130.110.54-
YUV3.7135.51125.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 15%
BLUE value IS 17 (7.03% from 255) = 85%
R=0%
G=15%
B=85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal031710.8200.93229.411003.33
Hex0311645205De5643
Octal032114412201353451443
Binary01110001110010010100100101110111100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000311; }

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

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

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

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

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

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

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

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