#131124

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

Shades of Black Russian #131124

Tints of Black Russian #131124

Color information

#131124 (or 0x131124) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 24. RGB value is (19,17,36). Sum of RGB (Red+Green+Blue) = 19+17+36=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #131124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131124 is #ECEEDB. Grayscale: #131313. Windows color (decimal): -15527644 or 2363667. OLE color: 2363667.

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

Color convert

RGB191736-
CMYK0.470.5300.86
HSL246.32º35.85%10.39%-
HSV(B)246.32º52.78%14.12%-
XYZ0.790.671.76-
YUV19.76137.16127.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 36 (14.45% from 255) = 50%
R=26.39%
G=23.61%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1917360.470.5300.86246.3235.8510.39
Hex1311242F35056f624a
Octal232144576501263664412
Binary100111000110010010111111010101010110111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131124; }

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

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

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

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

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

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

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

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