#29244B

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

Shades of Paua #29244B

Tints of Paua #29244B

Color information

#29244B (or 0x29244B) is unknown color: approx Paua. HEX triplet: 29, 24 and 4B. RGB value is (41,36,75). Sum of RGB (Red+Green+Blue) = 41+36+75=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #29244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29244B is #D6DBB4. Grayscale: #292929. Windows color (decimal): -14080949 or 4924457. OLE color: 4924457.

HSL color Cylindrical-coordinate representation of color #29244B: hue angle of 247.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29244B is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB413675-
CMYK0.450.5200.71
HSL247.69º35.14%21.76%-
HSV(B)247.69º52%29.41%-
XYZ2.822.246.94-
YUV41.94146.66127.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=26.97%
G=23.68%
B=49.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4136750.450.5200.71247.6935.1421.76
Hex29244B2D34047f82316
Octal5144113556401073704326
Binary1010011001001001011101101110100010001111111100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29244B; }

 p { color: rgb(41,36,75); }

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

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

 a { background-color: rgb(41,36,75); }

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

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

 span { border-color: rgb(41,36,75); }

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