Html Css Color HEX #414158 Gun Powder

📋 copy color: '#414158'

red 65 ◦ green 65 ◦ blue 88

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

Shades of Gun Powder #414158

Tints of Gun Powder #414158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 29.82%
G = 29.82%
B = 40.37%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414158 (or 0x414158) is known color: Gun Powder. HEX triplet: 41, 41 and 58. RGB value is (65,65,88). Sum of RGB (Red+Green+Blue) = 65+65+88=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #414158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414158 is #BEBEA7. Grayscale: #434343. Windows color (decimal): -12500648 or 5783873. OLE color: 5783873.

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

Color convert

RGB 65 65 88 -
CMYK 0.26 0.26 0 0.65
HSL 240º 0.15% 0.3% -
HSV(B) 240º 0.26% 0.35% -
XYZ 5.83 5.61 10.01 -
YUV 67.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 65 65 88 0.26 0.26 0 0.65 240 0.15 0.3
Hex 41 41 58 1A 1A 0 41 F0 F 1E
Octal 101 101 130 32 32 0 101 360 17 36
Binary 1000001 1000001 1011000 11010 11010 0 1000001 11110000 1111 11110

Color Harmonies of #414158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414158

Black with #414158

Text Example


Text Example

White with #414158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414158; }

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

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

background-color css

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

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

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

border-color css

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

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

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