#141332

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

Shades of Black Russian #141332

Tints of Black Russian #141332

Color information

#141332 (or 0x141332) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 32. RGB value is (20,19,50). Sum of RGB (Red+Green+Blue) = 20+19+50=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #141332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141332 is #EBECCD. Grayscale: #161616. Windows color (decimal): -15461582 or 3281684. OLE color: 3281684.

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

Color convert

RGB201950-
CMYK0.600.6200.80
HSL241.94º44.93%13.53%-
HSV(B)241.94º62%19.61%-
XYZ1.10.843.12-
YUV22.83143.33125.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 50 (19.92% from 255) = 56.18%
R=22.47%
G=21.35%
B=56.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2019500.600.6200.80241.9444.9313.53
Hex1413323C3E050f22de
Octal242362747601203625516
Binary101001001111001011110011111001010000111100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141332; }

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

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

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

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

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

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

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

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