Html Css Color HEX #413F53 Gun Powder

📋 copy color: '#413F53'

red 65 ◦ green 63 ◦ blue 83

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

Shades of Gun Powder #413F53

Tints of Gun Powder #413F53

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 30.81%
G = 29.86%
B = 39.34%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413F53 (or 0x413F53) is known color: Gun Powder. HEX triplet: 41, 3F and 53. RGB value is (65,63,83). Sum of RGB (Red+Green+Blue) = 65+63+83=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #413F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F53 is #BEC0AC. Grayscale: #414141. Windows color (decimal): -12501165 or 5455681. OLE color: 5455681.

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

Color convert

RGB 65 63 83 -
CMYK 0.22 0.24 0 0.67
HSL 246º 0.14% 0.29% -
HSV(B) 246º 0.24% 0.33% -
XYZ 5.52 5.3 8.92 -
YUV 65.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 65 63 83 0.22 0.24 0 0.67 246 0.14 0.29
Hex 41 3F 53 16 18 0 43 F6 E 1D
Octal 101 77 123 26 30 0 103 366 16 35
Binary 1000001 111111 1010011 10110 11000 0 1000011 11110110 1110 11101

Color Harmonies of #413F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F53

Black with #413F53

Text Example


Text Example

White with #413F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413F53; }

 p { color: rgb(65,63,83); }

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

background-color css

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

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

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

border-color css

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

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

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