#201848

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

Shades of Paua #201848

Tints of Paua #201848

Color information

#201848 (or 0x201848) is unknown color: approx Paua. HEX triplet: 20, 18 and 48. RGB value is (32,24,72). Sum of RGB (Red+Green+Blue) = 32+24+72=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #201848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201848 is #DFE7B7. Grayscale: #1F1F1F. Windows color (decimal): -14673848 or 4724768. OLE color: 4724768.

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

Color convert

RGB322472-
CMYK0.560.6700.72
HSL250º50%18.82%-
HSV(B)250º66.67%28.24%-
XYZ2.091.436.3-
YUV31.86150.65128.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=25%
G=18.75%
B=56.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3224720.560.6700.722505018.82
Hex2018483843048fa3213
Octal40301107010301103726223
Binary1000001100010010001110001000011010010001111101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201848; }

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

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

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

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

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

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

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

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