#141040

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

Shades of Paua #141040

Tints of Paua #141040

Color information

#141040 (or 0x141040) is unknown color: approx Paua. HEX triplet: 14, 10 and 40. RGB value is (20,16,64). Sum of RGB (Red+Green+Blue) = 20+16+64=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #141040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141040 is #EBEFBF. Grayscale: #161616. Windows color (decimal): -15462336 or 4198420. OLE color: 4198420.

HSL color Cylindrical-coordinate representation of color #141040: hue angle of 245º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141040 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB201664-
CMYK0.690.7500.75
HSL245º60%15.69%-
HSV(B)245º75%25.1%-
XYZ1.40.894.95-
YUV22.67151.33126.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 64 (25.39% from 255) = 64%
R=20%
G=16%
B=64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2016640.690.7500.752456015.69
Hex141040454B04Bf53c10
Octal242010010511301133657420
Binary1010010000100000010001011001011010010111111010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141040; }

 p { color: rgb(20,16,64); }

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

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

 a { background-color: rgb(20,16,64); }

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

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

 span { border-color: rgb(20,16,64); }

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