#141232

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

Shades of Black Russian #141232

Tints of Black Russian #141232

Color information

#141232 (or 0x141232) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 32. RGB value is (20,18,50). Sum of RGB (Red+Green+Blue) = 20+18+50=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #141232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141232 is #EBEDCD. Grayscale: #161616. Windows color (decimal): -15461838 or 3281428. OLE color: 3281428.

HSL color Cylindrical-coordinate representation of color #141232: hue angle of 243.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141232 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB201850-
CMYK0.600.6400.80
HSL243.75º47.06%13.33%-
HSV(B)243.75º64%19.61%-
XYZ1.080.813.12-
YUV22.25143.66126.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=22.73%
G=20.45%
B=56.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2018500.600.6400.80243.7547.0613.33
Hex1412323C40050f42fd
Octal2422627410001203645715
Binary1010010010110010111100100000001010000111101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141232; }

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

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

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

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

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

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

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

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