#29274A

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

Shades of Paua #29274A

Tints of Paua #29274A

Color information

#29274A (or 0x29274A) is unknown color: approx Paua. HEX triplet: 29, 27 and 4A. RGB value is (41,39,74). Sum of RGB (Red+Green+Blue) = 41+39+74=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #29274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29274A is #D6D8B5. Grayscale: #2B2B2B. Windows color (decimal): -14080182 or 4859689. OLE color: 4859689.

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

Color convert

RGB413974-
CMYK0.450.4700.71
HSL243.43º30.97%22.16%-
HSV(B)243.43º47.3%29.02%-
XYZ2.882.426.79-
YUV43.59145.16126.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=26.62%
G=25.32%
B=48.05%

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
Decimal4139740.450.4700.71243.4330.9722.16
Hex29274A2D2F047f31f16
Octal5147112555701073633726
Binary101001100111100101010110110111101000111111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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