#293343

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

Shades of Bunting #293343

Tints of Bunting #293343

Color information

#293343 (or 0x293343) is unknown color: approx Bunting. HEX triplet: 29, 33 and 43. RGB value is (41,51,67). Sum of RGB (Red+Green+Blue) = 41+51+67=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #293343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293343 is #D6CCBC. Grayscale: #313131. Windows color (decimal): -14077117 or 4404009. OLE color: 4404009.

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

Color convert

RGB415167-
CMYK0.390.2400.74
HSL216.92º24.07%21.18%-
HSV(B)216.92º38.81%26.27%-
XYZ3.113.245.77-
YUV49.83137.69121.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=25.79%
G=32.08%
B=42.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4151670.390.2400.74216.9224.0721.18
Hex293343271804Ad91815
Octal5163103473001123313025
Binary10100111001110000111001111100001001010110110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293343; }

 p { color: rgb(41,51,67); }

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

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

 a { background-color: rgb(41,51,67); }

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

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

 span { border-color: rgb(41,51,67); }

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