#201847

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

Shades of Paua #201847

Tints of Paua #201847

Color information

#201847 (or 0x201847) is unknown color: approx Paua. HEX triplet: 20, 18 and 47. RGB value is (32,24,71). Sum of RGB (Red+Green+Blue) = 32+24+71=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #201847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201847 is #DFE7B8. Grayscale: #1F1F1F. Windows color (decimal): -14673849 or 4659232. OLE color: 4659232.

HSL color Cylindrical-coordinate representation of color #201847: hue angle of 250.21º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201847 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB322471-
CMYK0.550.6600.72
HSL250.21º49.47%18.63%-
HSV(B)250.21º66.2%27.84%-
XYZ2.061.426.13-
YUV31.75150.15128.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.20%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 71 (28.12% from 255) = 55.91%
R=25.20%
G=18.90%
B=55.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3224710.550.6600.72250.2149.4718.63
Hex2018473742048fa3113
Octal40301076710201103726123
Binary1000001100010001111101111000010010010001111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201847; }

 p { color: rgb(32,24,71); }

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

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

 a { background-color: rgb(32,24,71); }

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

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

 span { border-color: rgb(32,24,71); }

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