#293042

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

Shades of Bunting #293042

Tints of Bunting #293042

Color information

#293042 (or 0x293042) is unknown color: approx Bunting. HEX triplet: 29, 30 and 42. RGB value is (41,48,66). Sum of RGB (Red+Green+Blue) = 41+48+66=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 66 - color contains mainly: blue. Hex color #293042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293042 is #D6CFBD. Grayscale: #2F2F2F. Windows color (decimal): -14077886 or 4337705. OLE color: 4337705.

HSL color Cylindrical-coordinate representation of color #293042: hue angle of 223.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #293042 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB414866-
CMYK0.380.2700.74
HSL223.2º23.36%20.98%-
HSV(B)223.2º37.88%25.88%-
XYZ2.952.985.57-
YUV47.96138.18123.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=26.45%
G=30.97%
B=42.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4148660.380.2700.74223.223.3620.98
Hex293042261B04Adf1715
Octal5160102463301123372725
Binary10100111000010000101001101101101001010110111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293042; }

 p { color: rgb(41,48,66); }

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

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

 a { background-color: rgb(41,48,66); }

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

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

 span { border-color: rgb(41,48,66); }

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