#201F48

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

Shades of Paua #201F48

Tints of Paua #201F48

Color information

#201F48 (or 0x201F48) is unknown color: approx Paua. HEX triplet: 20, 1F and 48. RGB value is (32,31,72). Sum of RGB (Red+Green+Blue) = 32+31+72=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #201F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F48 is #DFE0B7. Grayscale: #232323. Windows color (decimal): -14672056 or 4726560. OLE color: 4726560.

HSL color Cylindrical-coordinate representation of color #201F48: hue angle of 241.46º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #201F48 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB323172-
CMYK0.560.5700.72
HSL241.46º39.81%20.2%-
HSV(B)241.46º56.94%28.24%-
XYZ2.261.756.35-
YUV35.97148.33125.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=23.70%
G=22.96%
B=53.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3231720.560.5700.72241.4639.8120.2
Hex201F483839048f12814
Octal4037110707101103615024
Binary100000111111001000111000111001010010001111000110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201F48; }

 p { color: rgb(32,31,72); }

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

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

 a { background-color: rgb(32,31,72); }

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

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

 span { border-color: rgb(32,31,72); }

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