#131720

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

Shades of Black Russian #131720

Tints of Black Russian #131720

Color information

#131720 (or 0x131720) is unknown color: approx Black Russian. HEX triplet: 13, 17 and 20. RGB value is (19,23,32). Sum of RGB (Red+Green+Blue) = 19+23+32=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #131720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131720 is #ECE8DF. Grayscale: #161616. Windows color (decimal): -15526112 or 2103059. OLE color: 2103059.

HSL color Cylindrical-coordinate representation of color #131720: hue angle of 221.54º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #131720 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB192332-
CMYK0.410.2800.87
HSL221.54º25.49%10%-
HSV(B)221.54º40.62%12.55%-
XYZ0.840.861.49-
YUV22.83133.17125.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 32 (12.89% from 255) = 43.24%
R=25.68%
G=31.08%
B=43.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1923320.410.2800.87221.5425.4910
Hex131720291C057de19a
Octal232740513401273363112
Binary1001110111100000101001111000101011111011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131720; }

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

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

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

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

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

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

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

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