Html Css Color HEX #3E2845 Jagger

📋 copy color: '#3E2845'

red 62 ◦ green 40 ◦ blue 69

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

Shades of Jagger #3E2845

Tints of Jagger #3E2845

RGB

 RED value IS 62 (24.61% from 255) = 36.26%

 GREEN value IS 40 (16.02% from 255) = 23.39%

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

R = 36.26%
G = 23.39%
B = 40.35%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E2845 (or 0x3E2845) is known color: Jagger. HEX triplet: 3E, 28 and 45. RGB value is (62,40,69). Sum of RGB (Red+Green+Blue) = 62+40+69=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E2845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2845 is #C1D7BA. Grayscale: #313131. Windows color (decimal): -12703675 or 4532286. OLE color: 4532286.

HSL color Cylindrical-coordinate representation of color #3E2845: hue angle of 285.52º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E2845 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 40 69 -
CMYK 0.10 0.42 0 0.73
HSL 285.52º 0.27% 0.21% -
HSV(B) 285.52º 0.42% 0.27% -
XYZ 3.82 2.97 6 -
YUV 49.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 62 40 69 0.10 0.42 0 0.73 285.52 0.27 0.21
Hex 3E 28 45 A 2A 0 49 11E 1B 15
Octal 76 50 105 12 52 0 111 436 33 25
Binary 111110 101000 1000101 1010 101010 0 1001001 100011110 11011 10101

Color Harmonies of #3E2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2845

Black with #3E2845

Text Example


Text Example

White with #3E2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E2845; }

 p { color: rgb(62,40,69); }

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

background-color css

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

 a { background-color: rgb(62,40,69); }

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

border-color css

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

 span { border-color: rgb(62,40,69); }

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