Html Css Color HEX #414154 Gun Powder

📋 copy color: '#414154'

red 65 ◦ green 65 ◦ blue 84

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

Shades of Gun Powder #414154

Tints of Gun Powder #414154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 30.37%
G = 30.37%
B = 39.25%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414154 (or 0x414154) is known color: Gun Powder. HEX triplet: 41, 41 and 54. RGB value is (65,65,84). Sum of RGB (Red+Green+Blue) = 65+65+84=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #414154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414154 is #BEBEAB. Grayscale: #434343. Windows color (decimal): -12500652 or 5521729. OLE color: 5521729.

HSL color Cylindrical-coordinate representation of color #414154: hue angle of 240º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414154 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 65 84 -
CMYK 0.23 0.23 0 0.67
HSL 240º 0.13% 0.29% -
HSV(B) 240º 0.23% 0.33% -
XYZ 5.67 5.54 9.16 -
YUV 67.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 65 65 84 0.23 0.23 0 0.67 240 0.13 0.29
Hex 41 41 54 17 17 0 43 F0 D 1D
Octal 101 101 124 27 27 0 103 360 15 35
Binary 1000001 1000001 1010100 10111 10111 0 1000011 11110000 1101 11101

Color Harmonies of #414154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414154

Black with #414154

Text Example


Text Example

White with #414154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414154; }

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

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

background-color css

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

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

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

border-color css

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

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

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