#131224

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

Shades of Black Russian #131224

Tints of Black Russian #131224

Color information

#131224 (or 0x131224) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 24. RGB value is (19,18,36). Sum of RGB (Red+Green+Blue) = 19+18+36=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #131224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131224 is #ECEDDB. Grayscale: #141414. Windows color (decimal): -15527388 or 2363923. OLE color: 2363923.

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

Color convert

RGB191836-
CMYK0.470.500.86
HSL243.33º33.33%10.59%-
HSV(B)243.33º50%14.12%-
XYZ0.80.71.76-
YUV20.35136.83127.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 18 (7.42% from 255) = 24.66%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=26.03%
G=24.66%
B=49.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1918360.470.500.86243.3333.3310.59
Hex1312242F32056f321b
Octal232244576201263634113
Binary100111001010010010111111001001010110111100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131224; }

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

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

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

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

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

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

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

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