#131218

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

Shades of Black Russian #131218

Tints of Black Russian #131218

Color information

#131218 (or 0x131218) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 18. RGB value is (19,18,24). Sum of RGB (Red+Green+Blue) = 19+18+24=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 18 (7.42% from 255 or 29.51% 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 #131218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131218 is #ECEDE7. Grayscale: #121212. Windows color (decimal): -15527400 or 1577491. OLE color: 1577491.

HSL color Cylindrical-coordinate representation of color #131218: hue angle of 250º 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 #131218 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB191824-
CMYK0.210.2500.91
HSL250º14.29%8.24%-
HSV(B)250º25%9.41%-
XYZ0.650.640.95-
YUV18.98130.83128.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1918240.210.2500.9125014.298.24
Hex131218151905Bfae8
Octal232230253101333721610
Binary1001110010110001010111001010110111111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131218; }

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

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

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

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

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

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

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

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