Html Css Color HEX #413748 Jagger

📋 copy color: '#413748'

red 65 ◦ green 55 ◦ blue 72

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

Shades of Jagger #413748

Tints of Jagger #413748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

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

R = 33.85%
G = 28.65%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413748 (or 0x413748) is known color: Jagger. HEX triplet: 41, 37 and 48. RGB value is (65,55,72). Sum of RGB (Red+Green+Blue) = 65+55+72=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #413748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413748 is #BEC8B7. Grayscale: #3B3B3B. Windows color (decimal): -12503224 or 4732737. OLE color: 4732737.

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

Color convert

RGB 65 55 72 -
CMYK 0.10 0.24 0 0.72
HSL 275.29º 0.13% 0.25% -
HSV(B) 275.29º 0.24% 0.28% -
XYZ 4.72 4.32 6.72 -
YUV 59.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 65 55 72 0.10 0.24 0 0.72 275.29 0.13 0.25
Hex 41 37 48 A 18 0 48 113 D 19
Octal 101 67 110 12 30 0 110 423 15 31
Binary 1000001 110111 1001000 1010 11000 0 1001000 100010011 1101 11001

Color Harmonies of #413748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413748

Black with #413748

Text Example


Text Example

White with #413748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413748; }

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

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

background-color css

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

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

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

border-color css

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

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

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