#201253

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

Shades of Paua #201253

Tints of Paua #201253

Color information

#201253 (or 0x201253) is unknown color: approx Paua. HEX triplet: 20, 12 and 53. RGB value is (32,18,83). Sum of RGB (Red+Green+Blue) = 32+18+83=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #201253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201253 is #DFEDAC. Grayscale: #1D1D1D. Windows color (decimal): -14675373 or 5444128. OLE color: 5444128.

HSL color Cylindrical-coordinate representation of color #201253: hue angle of 252.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201253 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB321883-
CMYK0.610.7800.67
HSL252.92º64.36%19.8%-
HSV(B)252.92º78.31%32.55%-
XYZ2.371.368.32-
YUV29.6158.14129.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=24.06%
G=13.53%
B=62.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3218830.610.7800.67252.9264.3619.8
Hex2012533D4E043fd4014
Octal402212375116010337510024
Binary10000010010101001111110110011100100001111111101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201253; }

 p { color: rgb(32,18,83); }

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

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

 a { background-color: rgb(32,18,83); }

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

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

 span { border-color: rgb(32,18,83); }

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