#010319

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

Shades of Black Russian #010319

Tints of Black Russian #010319

Color information

#010319 (or 0x010319) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 19. RGB value is (1,3,25). Sum of RGB (Red+Green+Blue) = 1+3+25=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 25 (10.16% from 255 or 86.21% from 29); Max value from RGB is 25 - color contains mainly: blue. Hex color #010319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010319 is #FEFCE6. Grayscale: #040404. Windows color (decimal): -16710887 or 1639169. OLE color: 1639169.

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

Color convert

RGB1325-
CMYK0.960.8800.90
HSL235º92.31%5.1%-
HSV(B)235º96%9.8%-
XYZ0.220.140.94-
YUV4.91139.34125.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.45%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 25 (10.16% from 255) = 86.21%
R=3.45%
G=10.34%
B=86.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal13250.960.8800.9023592.315.1
Hex1319605805Aeb5c5
Octal133114013001323531345
Binary111110011100000101100001011010111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010319; }

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

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

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

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

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

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

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

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