#29314D

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

Shades of Bunting #29314D

Tints of Bunting #29314D

Color information

#29314D (or 0x29314D) is unknown color: approx Bunting. HEX triplet: 29, 31 and 4D. RGB value is (41,49,77). Sum of RGB (Red+Green+Blue) = 41+49+77=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #29314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29314D is #D6CEB2. Grayscale: #313131. Windows color (decimal): -14077619 or 5058857. OLE color: 5058857.

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

Color convert

RGB414977-
CMYK0.470.3600.70
HSL226.67º30.51%23.14%-
HSV(B)226.67º46.75%30.2%-
XYZ3.353.27.46-
YUV49.8143.35121.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=24.55%
G=29.34%
B=46.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4149770.470.3600.70226.6730.5123.14
Hex29314D2F24046e31f17
Octal5161115574401063433727
Binary101001110001100110110111110010001000110111000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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