#000117

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

Shades of Black Russian #000117

Tints of Black Russian #000117

Color information

#000117 (or 0x000117) is unknown color: approx Black Russian. HEX triplet: 00, 01 and 17. RGB value is (0,1,23). Sum of RGB (Red+Green+Blue) = 0+1+23=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 23 (9.38% from 255 or 95.83% from 24); Max value from RGB is 23 - color contains mainly: blue. Hex color #000117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000117 is #FFFEE8. Grayscale: #030303. Windows color (decimal): -16776937 or 1507584. OLE color: 1507584.

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

Color convert

RGB0123-
CMYK10.9600.91
HSL237.39º100%4.51%-
HSV(B)237.39º100%9.02%-
XYZ0.170.080.82-
YUV3.21139.17125.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 4.17%
BLUE value IS 23 (9.38% from 255) = 95.83%
R=0%
G=4.17%
B=95.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal012310.9600.91237.391004.51
Hex0117646005Bed645
Octal012714414001333551445
Binary01101111100100110000001011011111011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000117; }

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

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

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

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

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

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

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

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