#131724

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

Shades of Black Russian #131724

Tints of Black Russian #131724

Color information

#131724 (or 0x131724) is unknown color: approx Black Russian. HEX triplet: 13, 17 and 24. RGB value is (19,23,36). Sum of RGB (Red+Green+Blue) = 19+23+36=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #131724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131724 is #ECE8DB. Grayscale: #171717. Windows color (decimal): -15526108 or 2365203. OLE color: 2365203.

HSL color Cylindrical-coordinate representation of color #131724: hue angle of 225.88º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #131724 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB192336-
CMYK0.470.3600.86
HSL225.88º30.91%10.78%-
HSV(B)225.88º47.22%14.12%-
XYZ0.890.881.79-
YUV23.29135.17124.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 36 (14.45% from 255) = 46.15%
R=24.36%
G=29.49%
B=46.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1923360.470.3600.86225.8830.9110.78
Hex1317242F24056e21fb
Octal232744574401263423713
Binary10011101111001001011111001000101011011100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131724; }

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

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

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

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

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

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

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

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