#211848

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

Shades of Paua #211848

Tints of Paua #211848

Color information

#211848 (or 0x211848) is unknown color: approx Paua. HEX triplet: 21, 18 and 48. RGB value is (33,24,72). Sum of RGB (Red+Green+Blue) = 33+24+72=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #211848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211848 is #DEE7B7. Grayscale: #1F1F1F. Windows color (decimal): -14608312 or 4724769. OLE color: 4724769.

HSL color Cylindrical-coordinate representation of color #211848: hue angle of 251.25º 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 #211848 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB332472-
CMYK0.540.6700.72
HSL251.25º50%18.82%-
HSV(B)251.25º66.67%28.24%-
XYZ2.121.446.3-
YUV32.16150.48128.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=25.58%
G=18.60%
B=55.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3324720.540.6700.72251.255018.82
Hex2118483643048fb3213
Octal41301106610301103736223
Binary1000011100010010001101101000011010010001111101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211848; }

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

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

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

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

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

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

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

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