#29254B

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

Shades of Paua #29254B

Tints of Paua #29254B

Color information

#29254B (or 0x29254B) is unknown color: approx Paua. HEX triplet: 29, 25 and 4B. RGB value is (41,37,75). Sum of RGB (Red+Green+Blue) = 41+37+75=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #29254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29254B is #D6DAB4. Grayscale: #2A2A2A. Windows color (decimal): -14080693 or 4924713. OLE color: 4924713.

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

Color convert

RGB413775-
CMYK0.450.5100.71
HSL246.32º33.93%21.96%-
HSV(B)246.32º50.67%29.41%-
XYZ2.852.36.95-
YUV42.53146.33126.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=26.80%
G=24.18%
B=49.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4137750.450.5100.71246.3233.9321.96
Hex29254B2D33047f62216
Octal5145113556301073664226
Binary1010011001011001011101101110011010001111111011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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