#201651

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

Shades of Paua #201651

Tints of Paua #201651

Color information

#201651 (or 0x201651) is unknown color: approx Paua. HEX triplet: 20, 16 and 51. RGB value is (32,22,81). Sum of RGB (Red+Green+Blue) = 32+22+81=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #201651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201651 is #DFE9AE. Grayscale: #1F1F1F. Windows color (decimal): -14674351 or 5314080. OLE color: 5314080.

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

Color convert

RGB322281-
CMYK0.600.7300.68
HSL250.17º57.28%20.2%-
HSV(B)250.17º72.84%31.76%-
XYZ2.371.477.94-
YUV31.72155.81128.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 81 (32.03% from 255) = 60%
R=23.70%
G=16.30%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3222810.600.7300.68250.1757.2820.2
Hex2016513C49044fa3914
Octal40261217411101043727124
Binary1000001011010100011111001001001010001001111101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201651; }

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

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

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

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

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

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

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

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