#121117

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

Shades of Black Russian #121117

Tints of Black Russian #121117

Color information

#121117 (or 0x121117) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 17. RGB value is (18,17,23). Sum of RGB (Red+Green+Blue) = 18+17+23=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #121117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121117 is #EDEEE8. Grayscale: #111111. Windows color (decimal): -15593193 or 1511698. OLE color: 1511698.

HSL color Cylindrical-coordinate representation of color #121117: hue angle of 250º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #121117 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB181723-
CMYK0.220.2600.91
HSL250º15%7.84%-
HSV(B)250º26.09%9.02%-
XYZ0.60.590.89-
YUV17.98130.83128.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=31.03%
G=29.31%
B=39.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1817230.220.2600.91250157.84
Hex121117161A05Bfaf8
Octal222127263201333721710
Binary1001010001101111011011010010110111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121117; }

 p { color: rgb(18,17,23); }

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

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

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

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

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

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

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