Html Css Color HEX #413945 Jagger

📋 copy color: '#413945'

red 65 ◦ green 57 ◦ blue 69

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

Shades of Jagger #413945

Tints of Jagger #413945

RGB

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

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

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

R = 34.03%
G = 29.84%
B = 36.13%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413945 (or 0x413945) is known color: Jagger. HEX triplet: 41, 39 and 45. RGB value is (65,57,69). Sum of RGB (Red+Green+Blue) = 65+57+69=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 69 - color contains mainly: blue. Hex color #413945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413945 is #BEC6BA. Grayscale: #3C3C3C. Windows color (decimal): -12502715 or 4536641. OLE color: 4536641.

HSL color Cylindrical-coordinate representation of color #413945: hue angle of 280º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #413945 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 57 69 -
CMYK 0.06 0.17 0 0.73
HSL 280º 0.1% 0.25% -
HSV(B) 280º 0.17% 0.27% -
XYZ 4.72 4.48 6.25 -
YUV 60.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 65 57 69 0.06 0.17 0 0.73 280 0.1 0.25
Hex 41 39 45 6 11 0 49 118 A 19
Octal 101 71 105 6 21 0 111 430 12 31
Binary 1000001 111001 1000101 110 10001 0 1001001 100011000 1010 11001

Color Harmonies of #413945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413945

Black with #413945

Text Example


Text Example

White with #413945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413945; }

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

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

background-color css

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

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

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

border-color css

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

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

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