Html Css Color HEX #413548 Jagger

📋 copy color: '#413548'

red 65 ◦ green 53 ◦ blue 72

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

Shades of Jagger #413548

Tints of Jagger #413548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 34.21%
G = 27.89%
B = 37.89%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413548 (or 0x413548) is known color: Jagger. HEX triplet: 41, 35 and 48. RGB value is (65,53,72). Sum of RGB (Red+Green+Blue) = 65+53+72=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #413548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413548 is #BECAB7. Grayscale: #3A3A3A. Windows color (decimal): -12503736 or 4732225. OLE color: 4732225.

HSL color Cylindrical-coordinate representation of color #413548: hue angle of 277.89º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413548 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 53 72 -
CMYK 0.10 0.26 0 0.72
HSL 277.89º 0.15% 0.25% -
HSV(B) 277.89º 0.26% 0.28% -
XYZ 4.62 4.14 6.69 -
YUV 58.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 65 53 72 0.10 0.26 0 0.72 277.89 0.15 0.25
Hex 41 35 48 A 1A 0 48 116 F 19
Octal 101 65 110 12 32 0 110 426 17 31
Binary 1000001 110101 1001000 1010 11010 0 1001000 100010110 1111 11001

Color Harmonies of #413548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413548

Black with #413548

Text Example


Text Example

White with #413548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413548; }

 p { color: rgb(65,53,72); }

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

background-color css

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

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

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

border-color css

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

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

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