#010418

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

Shades of Black Russian #010418

Tints of Black Russian #010418

Color information

#010418 (or 0x010418) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 18. RGB value is (1,4,24). Sum of RGB (Red+Green+Blue) = 1+4+24=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #010418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010418 is #FEFBE7. Grayscale: #050505. Windows color (decimal): -16710632 or 1573889. OLE color: 1573889.

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

Color convert

RGB1424-
CMYK0.960.8300.91
HSL232.17º92%4.9%-
HSV(B)232.17º95.83%9.41%-
XYZ0.220.160.88-
YUV5.38138.51124.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.45%
GREEN value IS 4 (1.95% from 255) = 13.79%
BLUE value IS 24 (9.77% from 255) = 82.76%
R=3.45%
G=13.79%
B=82.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal14240.960.8300.91232.17924.9
Hex1418605305Be85c5
Octal143014012301333501345
Binary1100110001100000101001101011011111010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010418; }

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

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

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

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

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

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

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

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