#000319

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

Shades of Black Russian #000319

Tints of Black Russian #000319

Color information

#000319 (or 0x000319) is unknown color: approx Black Russian. HEX triplet: 00, 03 and 19. RGB value is (0,3,25). Sum of RGB (Red+Green+Blue) = 0+3+25=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 25 (10.16% from 255 or 89.29% from 28); Max value from RGB is 25 - color contains mainly: blue. Hex color #000319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000319 is #FFFCE6. Grayscale: #040404. Windows color (decimal): -16776423 or 1639168. OLE color: 1639168.

HSL color Cylindrical-coordinate representation of color #000319: hue angle of 232.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000319 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB0325-
CMYK10.8800.90
HSL232.8º100%4.9%-
HSV(B)232.8º100%9.8%-
XYZ0.210.140.93-
YUV4.61139.51124.71-

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) = 10.71%
BLUE value IS 25 (10.16% from 255) = 89.29%
R=0%
G=10.71%
B=89.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal032510.8800.90232.81004.9
Hex0319645805Ae9645
Octal033114413001323511445
Binary011110011100100101100001011010111010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000319; }

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

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

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

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

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

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

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

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