#141532

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

Shades of Black Russian #141532

Tints of Black Russian #141532

Color information

#141532 (or 0x141532) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 32. RGB value is (20,21,50). Sum of RGB (Red+Green+Blue) = 20+21+50=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #141532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141532 is #EBEACD. Grayscale: #171717. Windows color (decimal): -15461070 or 3282196. OLE color: 3282196.

HSL color Cylindrical-coordinate representation of color #141532: hue angle of 238º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141532 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB202150-
CMYK0.600.5800.80
HSL238º42.86%13.73%-
HSV(B)238º60%19.61%-
XYZ1.130.923.13-
YUV24.01142.67125.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=21.98%
G=23.08%
B=54.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2021500.600.5800.8023842.8613.73
Hex1415323C3A050ee2be
Octal242562747201203565316
Binary101001010111001011110011101001010000111011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141532; }

 p { color: rgb(20,21,50); }

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

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

 a { background-color: rgb(20,21,50); }

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

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

 span { border-color: rgb(20,21,50); }

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