#29284B

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

Shades of Paua #29284B

Tints of Paua #29284B

Color information

#29284B (or 0x29284B) is unknown color: approx Paua. HEX triplet: 29, 28 and 4B. RGB value is (41,40,75). Sum of RGB (Red+Green+Blue) = 41+40+75=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #29284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29284B is #D6D7B4. Grayscale: #2C2C2C. Windows color (decimal): -14079925 or 4925481. OLE color: 4925481.

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

Color convert

RGB414075-
CMYK0.450.4700.71
HSL241.71º30.43%22.55%-
HSV(B)241.71º46.67%29.41%-
XYZ2.942.56.98-
YUV44.29145.33125.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=26.28%
G=25.64%
B=48.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4140750.450.4700.71241.7130.4322.55
Hex29284B2D2F047f21e17
Octal5150113555701073623627
Binary101001101000100101110110110111101000111111100101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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