#201251

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

Shades of Paua #201251

Tints of Paua #201251

Color information

#201251 (or 0x201251) is unknown color: approx Paua. HEX triplet: 20, 12 and 51. RGB value is (32,18,81). Sum of RGB (Red+Green+Blue) = 32+18+81=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #201251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201251 is #DFEDAE. Grayscale: #1D1D1D. Windows color (decimal): -14675375 or 5313056. OLE color: 5313056.

HSL color Cylindrical-coordinate representation of color #201251: hue angle of 253.33º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201251 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB321881-
CMYK0.600.7800.68
HSL253.33º63.64%19.41%-
HSV(B)253.33º77.78%31.76%-
XYZ2.31.337.92-
YUV29.37157.14129.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=24.43%
G=13.74%
B=61.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3218810.600.7800.68253.3363.6419.41
Hex2012513C4E044fd4013
Octal402212174116010437510023
Binary10000010010101000111110010011100100010011111101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201251; }

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

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

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

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

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

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

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

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