#121317

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

Shades of Black Russian #121317

Tints of Black Russian #121317

Color information

#121317 (or 0x121317) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 17. RGB value is (18,19,23). Sum of RGB (Red+Green+Blue) = 18+19+23=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 23 - color contains mainly: blue. Hex color #121317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121317 is #EDECE8. Grayscale: #131313. Windows color (decimal): -15592681 or 1512210. OLE color: 1512210.

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

Color convert

RGB181923-
CMYK0.220.1700.91
HSL228º12.2%8.04%-
HSV(B)228º21.74%9.02%-
XYZ0.640.660.9-
YUV19.16130.17127.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=30%
G=31.67%
B=38.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1819230.220.1700.9122812.28.04
Hex121317161105Be4c8
Octal222327262101333441410
Binary1001010011101111011010001010110111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121317; }

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

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

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

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

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

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

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

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