#010118

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

Shades of Black Russian #010118

Tints of Black Russian #010118

Color information

#010118 (or 0x010118) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 18. RGB value is (1,1,24). Sum of RGB (Red+Green+Blue) = 1+1+24=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 24 (9.77% from 255 or 92.31% from 26); Max value from RGB is 24 - color contains mainly: blue. Hex color #010118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010118 is #FEFEE7. Grayscale: #030303. Windows color (decimal): -16711400 or 1573121. OLE color: 1573121.

HSL color Cylindrical-coordinate representation of color #010118: hue angle of 240º 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 #010118 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB1124-
CMYK0.960.9600.91
HSL240º92%4.9%-
HSV(B)240º95.83%9.41%-
XYZ0.190.090.87-
YUV3.62139.5126.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.85%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 24 (9.77% from 255) = 92.31%
R=3.85%
G=3.85%
B=92.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal11240.960.9600.91240924.9
Hex1118606005Bf05c5
Octal113014014001333601345
Binary11110001100000110000001011011111100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010118; }

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

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

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

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

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

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

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

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