#121316

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

Shades of Black Russian #121316

Tints of Black Russian #121316

Color information

#121316 (or 0x121316) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 16. RGB value is (18,19,22). Sum of RGB (Red+Green+Blue) = 18+19+22=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #121316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121316 is #EDECE9. Grayscale: #131313. Windows color (decimal): -15592682 or 1446674. OLE color: 1446674.

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

Color convert

RGB181922-
CMYK0.180.1400.91
HSL225º10%7.84%-
HSV(B)225º18.18%8.63%-
XYZ0.630.650.85-
YUV19.04129.67127.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 22 (8.98% from 255) = 37.29%
R=30.51%
G=32.20%
B=37.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1819220.180.1400.91225107.84
Hex12131612E05Be1a8
Octal222326221601333411210
Binary100101001110110100101110010110111110000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121316; }

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

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

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

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

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

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

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

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