#293240

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

Shades of Bunting #293240

Tints of Bunting #293240

Color information

#293240 (or 0x293240) is unknown color: approx Bunting. HEX triplet: 29, 32 and 40. RGB value is (41,50,64). Sum of RGB (Red+Green+Blue) = 41+50+64=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #293240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293240 is #D6CDBF. Grayscale: #303030. Windows color (decimal): -14077376 or 4207145. OLE color: 4207145.

HSL color Cylindrical-coordinate representation of color #293240: hue angle of 216.52º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293240 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB415064-
CMYK0.360.2200.75
HSL216.52º21.9%20.59%-
HSV(B)216.52º35.94%25.1%-
XYZ2.983.125.3-
YUV48.9136.52122.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=26.45%
G=32.26%
B=41.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4150640.360.2200.75216.5221.920.59
Hex293240241604Bd91615
Octal5162100442601133312625
Binary10100111001010000001001001011001001011110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293240; }

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

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

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

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

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

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

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

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