#433F59

Color #433F59 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #433F59

Tints of Gun Powder #433F59

Color information

#433F59 (or 0x433F59) is unknown color: approx Gun Powder. HEX triplet: 43, 3F and 59. RGB value is (67,63,89). Sum of RGB (Red+Green+Blue) = 67+63+89=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #433F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F59 is #BCC0A6. Grayscale: #434343. Windows color (decimal): -12370087 or 5848899. OLE color: 5848899.

HSL color Cylindrical-coordinate representation of color #433F59: hue angle of 249.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #433F59 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB676389-
CMYK0.250.2900.65
HSL249.23º17.11%29.8%-
HSV(B)249.23º29.21%34.9%-
XYZ5.95.4710.2-
YUV67.16140.33127.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=30.59%
G=28.77%
B=40.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6763890.250.2900.65249.2317.1129.8
Hex433F59191D041f9111e
Octal10377131313501013712136
Binary10000111111111011001110011110101000001111110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433F59; }

 p { color: rgb(67,63,89); }

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

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

 a { background-color: rgb(67,63,89); }

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

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

 span { border-color: rgb(67,63,89); }

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