#29324A

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

Shades of Bunting #29324A

Tints of Bunting #29324A

Color information

#29324A (or 0x29324A) is unknown color: approx Bunting. HEX triplet: 29, 32 and 4A. RGB value is (41,50,74). Sum of RGB (Red+Green+Blue) = 41+50+74=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #29324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29324A is #D6CDB5. Grayscale: #313131. Windows color (decimal): -14077366 or 4862505. OLE color: 4862505.

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

Color convert

RGB415074-
CMYK0.450.3200.71
HSL223.64º28.7%22.55%-
HSV(B)223.64º44.59%29.02%-
XYZ3.293.256.93-
YUV50.04141.52121.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=24.85%
G=30.30%
B=44.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4150740.450.3200.71223.6428.722.55
Hex29324A2D20047e01d17
Octal5162112554001073403527
Binary101001110010100101010110110000001000111111000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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