#41425B

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

Shades of Gun Powder #41425B

Tints of Gun Powder #41425B

Color information

#41425B (or 0x41425B) is unknown color: approx Gun Powder. HEX triplet: 41, 42 and 5B. RGB value is (65,66,91). Sum of RGB (Red+Green+Blue) = 65+66+91=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #41425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41425B is #BEBDA4. Grayscale: #444444. Windows color (decimal): -12500389 or 5980737. OLE color: 5980737.

HSL color Cylindrical-coordinate representation of color #41425B: hue angle of 237.69º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41425B is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB656691-
CMYK0.290.2700.64
HSL237.69º16.67%30.59%-
HSV(B)237.69º28.57%35.69%-
XYZ6.025.7810.7-
YUV68.55140.67125.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=29.28%
G=29.73%
B=40.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6566910.290.2700.64237.6916.6730.59
Hex41425B1D1B040ee111f
Octal101102133353301003562137
Binary100000110000101011011111011101101000000111011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41425B; }

 p { color: rgb(65,66,91); }

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

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

 a { background-color: rgb(65,66,91); }

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

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

 span { border-color: rgb(65,66,91); }

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