#040113

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

Shades of Black Russian #040113

Tints of Black Russian #040113

Color information

#040113 (or 0x040113) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 13. RGB value is (4,1,19). Sum of RGB (Red+Green+Blue) = 4+1+19=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 1 (0.78% from 255 or 4.17% 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 #040113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040113 is #FBFEEC. Grayscale: #030303. Windows color (decimal): -16514797 or 1245444. OLE color: 1245444.

HSL color Cylindrical-coordinate representation of color #040113: hue angle of 250º 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 #040113 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB4119-
CMYK0.790.9500.93
HSL250º90%3.92%-
HSV(B)250º94.74%7.45%-
XYZ0.180.090.62-
YUV3.95136.49128.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41190.790.9500.93250903.92
Hex41134F5F05Dfa5a4
Octal412311713701353721324
Binary1001100111001111101111101011101111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040113; }

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

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

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

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

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

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

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

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