#141352

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

Shades of Paua #141352

Tints of Paua #141352

Color information

#141352 (or 0x141352) is unknown color: approx Paua. HEX triplet: 14, 13 and 52. RGB value is (20,19,82). Sum of RGB (Red+Green+Blue) = 20+19+82=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #141352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141352 is #EBECAD. Grayscale: #1A1A1A. Windows color (decimal): -15461550 or 5378836. OLE color: 5378836.

HSL color Cylindrical-coordinate representation of color #141352: hue angle of 240.95º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141352 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB201982-
CMYK0.760.7700.68
HSL240.95º62.38%19.8%-
HSV(B)240.95º76.83%32.16%-
XYZ2.041.228.11-
YUV26.48159.33123.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 82 (32.42% from 255) = 67.77%
R=16.53%
G=15.70%
B=67.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2019820.760.7700.68240.9562.3819.8
Hex1413524C4D044f13e14
Octal242312211411501043617624
Binary1010010011101001010011001001101010001001111000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141352; }

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

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

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

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

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

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

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

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