#29274D

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

Shades of Paua #29274D

Tints of Paua #29274D

Color information

#29274D (or 0x29274D) is unknown color: approx Paua. HEX triplet: 29, 27 and 4D. RGB value is (41,39,77). Sum of RGB (Red+Green+Blue) = 41+39+77=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #29274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29274D is #D6D8B2. Grayscale: #2B2B2B. Windows color (decimal): -14080179 or 5056297. OLE color: 5056297.

HSL color Cylindrical-coordinate representation of color #29274D: hue angle of 243.16º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29274D is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB413977-
CMYK0.470.4900.70
HSL243.16º32.76%22.75%-
HSV(B)243.16º49.35%30.2%-
XYZ2.982.467.34-
YUV43.93146.66125.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=26.11%
G=24.84%
B=49.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4139770.470.4900.70243.1632.7622.75
Hex29274D2F31046f32117
Octal5147115576101063634127
Binary1010011001111001101101111110001010001101111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29274D; }

 p { color: rgb(41,39,77); }

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

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

 a { background-color: rgb(41,39,77); }

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

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

 span { border-color: rgb(41,39,77); }

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