Html Css Color HEX #413745 Jagger

📋 copy color: '#413745'

red 65 ◦ green 55 ◦ blue 69

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

Shades of Jagger #413745

Tints of Jagger #413745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 34.39%
G = 29.1%
B = 36.51%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413745 (or 0x413745) is known color: Jagger. HEX triplet: 41, 37 and 45. RGB value is (65,55,69). Sum of RGB (Red+Green+Blue) = 65+55+69=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 69 - color contains mainly: blue. Hex color #413745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413745 is #BEC8BA. Grayscale: #3B3B3B. Windows color (decimal): -12503227 or 4536129. OLE color: 4536129.

HSL color Cylindrical-coordinate representation of color #413745: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #413745 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 55 69 -
CMYK 0.06 0.20 0 0.73
HSL 282.86º 0.11% 0.24% -
HSV(B) 282.86º 0.2% 0.27% -
XYZ 4.62 4.29 6.21 -
YUV 59.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 65 55 69 0.06 0.20 0 0.73 282.86 0.11 0.24
Hex 41 37 45 6 14 0 49 11B B 18
Octal 101 67 105 6 24 0 111 433 13 30
Binary 1000001 110111 1000101 110 10100 0 1001001 100011011 1011 11000

Color Harmonies of #413745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413745

Black with #413745

Text Example


Text Example

White with #413745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413745; }

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

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

background-color css

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

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

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

border-color css

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

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

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