Html Css Color HEX #414053 Gun Powder

📋 copy color: '#414053'

red 65 ◦ green 64 ◦ blue 83

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

Shades of Gun Powder #414053

Tints of Gun Powder #414053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 30.66%
G = 30.19%
B = 39.15%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414053 (or 0x414053) is known color: Gun Powder. HEX triplet: 41, 40 and 53. RGB value is (65,64,83). Sum of RGB (Red+Green+Blue) = 65+64+83=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #414053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414053 is #BEBFAC. Grayscale: #424242. Windows color (decimal): -12500909 or 5455937. OLE color: 5455937.

HSL color Cylindrical-coordinate representation of color #414053: hue angle of 243.16º 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 #414053 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 64 83 -
CMYK 0.22 0.23 0 0.67
HSL 243.16º 0.13% 0.29% -
HSV(B) 243.16º 0.23% 0.33% -
XYZ 5.57 5.42 8.94 -
YUV 66.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 65 64 83 0.22 0.23 0 0.67 243.16 0.13 0.29
Hex 41 40 53 16 17 0 43 F3 D 1D
Octal 101 100 123 26 27 0 103 363 15 35
Binary 1000001 1000000 1010011 10110 10111 0 1000011 11110011 1101 11101

Color Harmonies of #414053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414053

Black with #414053

Text Example


Text Example

White with #414053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414053; }

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

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

background-color css

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

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

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

border-color css

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

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

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