Html Css Color HEX #41435B Gun Powder

📋 copy color: '#41435B'

red 65 ◦ green 67 ◦ blue 91

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

Shades of Gun Powder #41435B

Tints of Gun Powder #41435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 29.15%
G = 30.04%
B = 40.81%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41435B (or 0x41435B) is known color: Gun Powder. HEX triplet: 41, 43 and 5B. RGB value is (65,67,91). Sum of RGB (Red+Green+Blue) = 65+67+91=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #41435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41435B is #BEBCA4. Grayscale: #454545. Windows color (decimal): -12500133 or 5980993. OLE color: 5980993.

HSL color Cylindrical-coordinate representation of color #41435B: hue angle of 235.38º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41435B is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 67 91 -
CMYK 0.29 0.26 0 0.64
HSL 235.38º 0.17% 0.31% -
HSV(B) 235.38º 0.29% 0.36% -
XYZ 6.08 5.89 10.71 -
YUV 69.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 65 67 91 0.29 0.26 0 0.64 235.38 0.17 0.31
Hex 41 43 5B 1D 1A 0 40 EB 11 1F
Octal 101 103 133 35 32 0 100 353 21 37
Binary 1000001 1000011 1011011 11101 11010 0 1000000 11101011 10001 11111

Color Harmonies of #41435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41435B

Black with #41435B

Text Example


Text Example

White with #41435B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41435B; }

 p { color: rgb(65,67,91); }

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

background-color css

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

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

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

border-color css

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

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

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