#010413

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

Shades of Black Russian #010413

Tints of Black Russian #010413

Color information

#010413 (or 0x010413) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 13. RGB value is (1,4,19). Sum of RGB (Red+Green+Blue) = 1+4+19=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 19 (7.81% from 255 or 79.17% from 24); Max value from RGB is 19 - color contains mainly: blue. Hex color #010413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010413 is #FEFBEC. Grayscale: #040404. Windows color (decimal): -16710637 or 1246209. OLE color: 1246209.

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

Color convert

RGB1419-
CMYK0.950.7900.93
HSL230º90%3.92%-
HSV(B)230º94.74%7.45%-
XYZ0.170.140.63-
YUV4.81136.01125.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 4 (1.95% from 255) = 16.67%
BLUE value IS 19 (7.81% from 255) = 79.17%
R=4.17%
G=16.67%
B=79.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal14190.950.7900.93230903.92
Hex14135F4F05De65a4
Octal142313711701353461324
Binary1100100111011111100111101011101111001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010413; }

 p { color: rgb(1,4,19); }

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

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

 a { background-color: rgb(1,4,19); }

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

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

 span { border-color: rgb(1,4,19); }

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