#433F61

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

Shades of Gun Powder #433F61

Tints of Gun Powder #433F61

Color information

#433F61 (or 0x433F61) is unknown color: approx Gun Powder. HEX triplet: 43, 3F and 61. RGB value is (67,63,97). Sum of RGB (Red+Green+Blue) = 67+63+97=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #433F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F61 is #BCC09E. Grayscale: #434343. Windows color (decimal): -12370079 or 6373187. OLE color: 6373187.

HSL color Cylindrical-coordinate representation of color #433F61: hue angle of 247.06º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #433F61 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB676397-
CMYK0.310.3500.62
HSL247.06º21.25%31.37%-
HSV(B)247.06º35.05%38.04%-
XYZ6.255.6112.06-
YUV68.07144.33127.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 63 (25% from 255) = 27.75%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=29.52%
G=27.75%
B=42.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6763970.310.3500.62247.0621.2531.37
Hex433F611F2303Ef7151f
Octal1037714137430763672537
Binary10000111111111100001111111000110111110111101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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