Html Css Color HEX #413847 Jagger

📋 copy color: '#413847'

red 65 ◦ green 56 ◦ blue 71

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

Shades of Jagger #413847

Tints of Jagger #413847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.17%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 33.85%
G = 29.17%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413847 (or 0x413847) is known color: Jagger. HEX triplet: 41, 38 and 47. RGB value is (65,56,71). Sum of RGB (Red+Green+Blue) = 65+56+71=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #413847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413847 is #BEC7B8. Grayscale: #3C3C3C. Windows color (decimal): -12502969 or 4667457. OLE color: 4667457.

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

Color convert

RGB 65 56 71 -
CMYK 0.08 0.21 0 0.72
HSL 276º 0.12% 0.25% -
HSV(B) 276º 0.21% 0.28% -
XYZ 4.73 4.41 6.56 -
YUV 60.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 65 56 71 0.08 0.21 0 0.72 276 0.12 0.25
Hex 41 38 47 8 15 0 48 114 C 19
Octal 101 70 107 10 25 0 110 424 14 31
Binary 1000001 111000 1000111 1000 10101 0 1001000 100010100 1100 11001

Color Harmonies of #413847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413847

Black with #413847

Text Example


Text Example

White with #413847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413847; }

 p { color: rgb(65,56,71); }

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

background-color css

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

 a { background-color: rgb(65,56,71); }

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

border-color css

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

 span { border-color: rgb(65,56,71); }

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