#141224

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

Shades of Black Russian #141224

Tints of Black Russian #141224

Color information

#141224 (or 0x141224) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 24. RGB value is (20,18,36). Sum of RGB (Red+Green+Blue) = 20+18+36=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #141224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141224 is #EBEDDB. Grayscale: #141414. Windows color (decimal): -15461852 or 2363924. OLE color: 2363924.

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

Color convert

RGB201836-
CMYK0.440.500.86
HSL246.67º33.33%10.59%-
HSV(B)246.67º50%14.12%-
XYZ0.820.711.76-
YUV20.65136.66127.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 36 (14.45% from 255) = 48.65%
R=27.03%
G=24.32%
B=48.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2018360.440.500.86246.6733.3310.59
Hex1412242C32056f721b
Octal242244546201263674113
Binary101001001010010010110011001001010110111101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141224; }

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

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

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

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

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

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

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

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