Html Css Color HEX #414159 Gun Powder

📋 copy color: '#414159'

red 65 ◦ green 65 ◦ blue 89

#414159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #414159

Tints of Gun Powder #414159

RGB

 RED value IS 65 (25.78% from 255) = 29.68%

 GREEN value IS 65 (25.78% from 255) = 29.68%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 29.68%
G = 29.68%
B = 40.64%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414159 (or 0x414159) is known color: Gun Powder. HEX triplet: 41, 41 and 59. RGB value is (65,65,89). Sum of RGB (Red+Green+Blue) = 65+65+89=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 65 (25.78% from 255 or 29.68% 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 #414159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414159 is #BEBEA6. Grayscale: #434343. Windows color (decimal): -12500647 or 5849409. OLE color: 5849409.

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

Color convert

RGB 65 65 89 -
CMYK 0.27 0.27 0 0.65
HSL 240º 0.16% 0.3% -
HSV(B) 240º 0.27% 0.35% -
XYZ 5.87 5.63 10.23 -
YUV 67.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 65 65 89 0.27 0.27 0 0.65 240 0.16 0.3
Hex 41 41 59 1B 1B 0 41 F0 10 1E
Octal 101 101 131 33 33 0 101 360 20 36
Binary 1000001 1000001 1011001 11011 11011 0 1000001 11110000 10000 11110

Color Harmonies of #414159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414159

Black with #414159

Text Example


Text Example

White with #414159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414159; }

 p { color: rgb(65,65,89); }

 H1.HeaderClassName
 {
   color: #414159;
 }
 .AnyTagClassName
 {
   color: #414159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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