Html Css Color HEX #3A2E40 Jagger

📋 copy color: '#3A2E40'

red 58 ◦ green 46 ◦ blue 64

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

Shades of Jagger #3A2E40

Tints of Jagger #3A2E40

RGB

 RED value IS 58 (23.05% from 255) = 34.52%

 GREEN value IS 46 (18.36% from 255) = 27.38%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 34.52%
G = 27.38%
B = 38.1%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A2E40 (or 0x3A2E40) is known color: Jagger. HEX triplet: 3A, 2E and 40. RGB value is (58,46,64). Sum of RGB (Red+Green+Blue) = 58+46+64=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A2E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2E40 is #C5D1BF. Grayscale: #333333. Windows color (decimal): -12964288 or 4206138. OLE color: 4206138.

HSL color Cylindrical-coordinate representation of color #3A2E40: hue angle of 280º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A2E40 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 46 64 -
CMYK 0.09 0.28 0 0.75
HSL 280º 0.16% 0.22% -
HSV(B) 280º 0.28% 0.25% -
XYZ 3.65 3.22 5.28 -
YUV 51.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 58 46 64 0.09 0.28 0 0.75 280 0.16 0.22
Hex 3A 2E 40 9 1C 0 4B 118 10 16
Octal 72 56 100 11 34 0 113 430 20 26
Binary 111010 101110 1000000 1001 11100 0 1001011 100011000 10000 10110

Color Harmonies of #3A2E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2E40

Black with #3A2E40

Text Example


Text Example

White with #3A2E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,46,64); }

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

background-color css

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

 a { background-color: rgb(58,46,64); }

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

border-color css

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

 span { border-color: rgb(58,46,64); }

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