#121318

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

Shades of Black Russian #121318

Tints of Black Russian #121318

Color information

#121318 (or 0x121318) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 18. RGB value is (18,19,24). Sum of RGB (Red+Green+Blue) = 18+19+24=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #121318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121318 is #EDECE7. Grayscale: #131313. Windows color (decimal): -15592680 or 1577746. OLE color: 1577746.

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

Color convert

RGB181924-
CMYK0.250.2100.91
HSL230º14.29%8.24%-
HSV(B)230º25%9.41%-
XYZ0.650.660.96-
YUV19.27130.67127.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=29.51%
G=31.15%
B=39.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1819240.250.2100.9123014.298.24
Hex121318191505Be6e8
Octal222330312501333461610
Binary1001010011110001100110101010110111110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121318; }

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

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

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

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

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

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

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

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