#010117

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

Shades of Black Russian #010117

Tints of Black Russian #010117

Color information

#010117 (or 0x010117) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 17. RGB value is (1,1,23). Sum of RGB (Red+Green+Blue) = 1+1+23=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 23 (9.38% from 255 or 92% from 25); Max value from RGB is 23 - color contains mainly: blue. Hex color #010117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010117 is #FEFEE8. Grayscale: #030303. Windows color (decimal): -16711401 or 1507585. OLE color: 1507585.

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

Color convert

RGB1123-
CMYK0.960.9600.91
HSL240º91.67%4.71%-
HSV(B)240º95.65%9.02%-
XYZ0.180.090.82-
YUV3.51139126.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 1 (0.78% from 255) = 4%
BLUE value IS 23 (9.38% from 255) = 92%
R=4%
G=4%
B=92%

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
Decimal11230.960.9600.9124091.674.71
Hex1117606005Bf05c5
Octal112714014001333601345
Binary11101111100000110000001011011111100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010117; }

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

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

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

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

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

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

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

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