Html Css Color HEX #413F52 Gun Powder

📋 copy color: '#413F52'

red 65 ◦ green 63 ◦ blue 82

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

Shades of Gun Powder #413F52

Tints of Gun Powder #413F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.05%

R = 30.95%
G = 30%
B = 39.05%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#413F52 (or 0x413F52) is known color: Gun Powder. HEX triplet: 41, 3F and 52. RGB value is (65,63,82). Sum of RGB (Red+Green+Blue) = 65+63+82=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #413F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F52 is #BEC0AD. Grayscale: #414141. Windows color (decimal): -12501166 or 5390145. OLE color: 5390145.

HSL color Cylindrical-coordinate representation of color #413F52: hue angle of 246.32º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413F52 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 63 82 -
CMYK 0.21 0.23 0 0.68
HSL 246.32º 0.13% 0.28% -
HSV(B) 246.32º 0.23% 0.32% -
XYZ 5.48 5.29 8.71 -
YUV 65.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 65 63 82 0.21 0.23 0 0.68 246.32 0.13 0.28
Hex 41 3F 52 15 17 0 44 F6 D 1C
Octal 101 77 122 25 27 0 104 366 15 34
Binary 1000001 111111 1010010 10101 10111 0 1000100 11110110 1101 11100

Color Harmonies of #413F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F52

Black with #413F52

Text Example


Text Example

White with #413F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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