Html Css Color HEX #413E44 Jagger

📋 copy color: '#413E44'

red 65 ◦ green 62 ◦ blue 68

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

Shades of Jagger #413E44

Tints of Jagger #413E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.79%

 BLUE value IS 68 (26.95% from 255) = 34.87%

R = 33.33%
G = 31.79%
B = 34.87%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413E44 (or 0x413E44) is known color: Jagger. HEX triplet: 41, 3E and 44. RGB value is (65,62,68). Sum of RGB (Red+Green+Blue) = 65+62+68=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 68 - color contains mainly: blue. Hex color #413E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E44 is #BEC1BB. Grayscale: #3F3F3F. Windows color (decimal): -12501436 or 4472385. OLE color: 4472385.

HSL color Cylindrical-coordinate representation of color #413E44: hue angle of 270º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #413E44 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 62 68 -
CMYK 0.04 0.09 0 0.73
HSL 270º 0.05% 0.25% -
HSV(B) 270º 0.09% 0.27% -
XYZ 4.95 4.99 6.17 -
YUV 63.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 65 62 68 0.04 0.09 0 0.73 270 0.05 0.25
Hex 41 3E 44 4 9 0 49 10E 5 19
Octal 101 76 104 4 11 0 111 416 5 31
Binary 1000001 111110 1000100 100 1001 0 1001001 100001110 101 11001

Color Harmonies of #413E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E44

Black with #413E44

Text Example


Text Example

White with #413E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413E44; }

 p { color: rgb(65,62,68); }

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

background-color css

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

 a { background-color: rgb(65,62,68); }

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

border-color css

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

 span { border-color: rgb(65,62,68); }

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