Html Css Color HEX #413947 Jagger

📋 copy color: '#413947'

red 65 ◦ green 57 ◦ blue 71

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

Shades of Jagger #413947

Tints of Jagger #413947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

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

R = 33.68%
G = 29.53%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413947 (or 0x413947) is known color: Jagger. HEX triplet: 41, 39 and 47. RGB value is (65,57,71). Sum of RGB (Red+Green+Blue) = 65+57+71=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: blue. Hex color #413947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413947 is #BEC6B8. Grayscale: #3C3C3C. Windows color (decimal): -12502713 or 4667713. OLE color: 4667713.

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

Color convert

RGB 65 57 71 -
CMYK 0.08 0.20 0 0.72
HSL 274.29º 0.11% 0.25% -
HSV(B) 274.29º 0.2% 0.28% -
XYZ 4.78 4.51 6.58 -
YUV 60.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 65 57 71 0.08 0.20 0 0.72 274.29 0.11 0.25
Hex 41 39 47 8 14 0 48 112 B 19
Octal 101 71 107 10 24 0 110 422 13 31
Binary 1000001 111001 1000111 1000 10100 0 1001000 100010010 1011 11001

Color Harmonies of #413947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413947

Black with #413947

Text Example


Text Example

White with #413947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413947; }

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

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

background-color css

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

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

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

border-color css

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

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

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