#29314E

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

Shades of Bunting #29314E

Tints of Bunting #29314E

Color information

#29314E (or 0x29314E) is unknown color: approx Bunting. HEX triplet: 29, 31 and 4E. RGB value is (41,49,78). Sum of RGB (Red+Green+Blue) = 41+49+78=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #29314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29314E is #D6CEB1. Grayscale: #313131. Windows color (decimal): -14077618 or 5124393. OLE color: 5124393.

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

Color convert

RGB414978-
CMYK0.470.3700.69
HSL227.03º31.09%23.33%-
HSV(B)227.03º47.44%30.59%-
XYZ3.393.227.65-
YUV49.91143.85121.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=24.40%
G=29.17%
B=46.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4149780.470.3700.69227.0331.0923.33
Hex29314E2F25045e31f17
Octal5161116574501053433727
Binary101001110001100111010111110010101000101111000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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