#131824

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

Shades of Black Russian #131824

Tints of Black Russian #131824

Color information

#131824 (or 0x131824) is unknown color: approx Black Russian. HEX triplet: 13, 18 and 24. RGB value is (19,24,36). Sum of RGB (Red+Green+Blue) = 19+24+36=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #131824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131824 is #ECE7DB. Grayscale: #171717. Windows color (decimal): -15525852 or 2365459. OLE color: 2365459.

HSL color Cylindrical-coordinate representation of color #131824: hue angle of 222.35º 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 #131824 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB192436-
CMYK0.470.3300.86
HSL222.35º30.91%10.78%-
HSV(B)222.35º47.22%14.12%-
XYZ0.910.921.8-
YUV23.87134.84124.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 36 (14.45% from 255) = 45.57%
R=24.05%
G=30.38%
B=45.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1924360.470.3300.86222.3530.9110.78
Hex1318242F21056de1fb
Octal233044574101263363713
Binary10011110001001001011111000010101011011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131824; }

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

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

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

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

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

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

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

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