#000313

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

Shades of Black Russian #000313

Tints of Black Russian #000313

Color information

#000313 (or 0x000313) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 13. RGB value is (0,3,19). Sum of RGB (Red+Green+Blue) = 0+3+19=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 19 (7.81% from 255 or 86.36% from 22); Max value from RGB is 19 - color contains mainly: blue. Hex color #000313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000313 is #FFFCEC. Grayscale: #030303. Windows color (decimal): -16776429 or 1245952. OLE color: 1245952.

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

Color convert

RGB0319-
CMYK10.8400.93
HSL230.53º100%3.73%-
HSV(B)230.53º100%7.45%-
XYZ0.150.110.63-
YUV3.93136.51125.2-

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) = 13.64%
BLUE value IS 19 (7.81% from 255) = 86.36%
R=0%
G=13.64%
B=86.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal031910.8400.93230.531003.73
Hex0313645405De7644
Octal032314412401353471444
Binary011100111100100101010001011101111001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000313; }

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

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

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

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

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

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

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

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