Html Css Color HEX #413248 Jagger

📋 copy color: '#413248'

red 65 ◦ green 50 ◦ blue 72

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

Shades of Jagger #413248

Tints of Jagger #413248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 34.76%
G = 26.74%
B = 38.5%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#413248 (or 0x413248) is known color: Jagger. HEX triplet: 41, 32 and 48. RGB value is (65,50,72). Sum of RGB (Red+Green+Blue) = 65+50+72=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #413248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413248 is #BECDB7. Grayscale: #383838. Windows color (decimal): -12504504 or 4731457. OLE color: 4731457.

HSL color Cylindrical-coordinate representation of color #413248: hue angle of 280.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #413248 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 50 72 -
CMYK 0.10 0.31 0 0.72
HSL 280.91º 0.18% 0.24% -
HSV(B) 280.91º 0.31% 0.28% -
XYZ 4.49 3.87 6.64 -
YUV 56.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 65 50 72 0.10 0.31 0 0.72 280.91 0.18 0.24
Hex 41 32 48 A 1F 0 48 119 12 18
Octal 101 62 110 12 37 0 110 431 22 30
Binary 1000001 110010 1001000 1010 11111 0 1001000 100011001 10010 11000

Color Harmonies of #413248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413248

Black with #413248

Text Example


Text Example

White with #413248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413248; }

 p { color: rgb(65,50,72); }

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

background-color css

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

 a { background-color: rgb(65,50,72); }

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

border-color css

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

 span { border-color: rgb(65,50,72); }

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