#131219

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

Shades of Black Russian #131219

Tints of Black Russian #131219

Color information

#131219 (or 0x131219) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 19. RGB value is (19,18,25). Sum of RGB (Red+Green+Blue) = 19+18+25=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #131219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131219 is #ECEDE6. Grayscale: #131313. Windows color (decimal): -15527399 or 1643027. OLE color: 1643027.

HSL color Cylindrical-coordinate representation of color #131219: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #131219 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB191825-
CMYK0.240.2800.90
HSL248.57º16.28%8.43%-
HSV(B)248.57º28%9.8%-
XYZ0.660.641.01-
YUV19.1131.33127.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 25 (10.16% from 255) = 40.32%
R=30.65%
G=29.03%
B=40.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1918250.240.2800.90248.5716.288.43
Hex131219181C05Af9108
Octal232231303401323712010
Binary10011100101100111000111000101101011111001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131219; }

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

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

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

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

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

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

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

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