Html Css Color HEX #3A3240 Jagger

📋 copy color: '#3A3240'

red 58 ◦ green 50 ◦ blue 64

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

Shades of Jagger #3A3240

Tints of Jagger #3A3240

RGB

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

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

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

R = 33.72%
G = 29.07%
B = 37.21%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A3240 (or 0x3A3240) is known color: Jagger. HEX triplet: 3A, 32 and 40. RGB value is (58,50,64). Sum of RGB (Red+Green+Blue) = 58+50+64=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3240 is #C5CDBF. Grayscale: #353535. Windows color (decimal): -12963264 or 4207162. OLE color: 4207162.

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

Color convert

RGB 58 50 64 -
CMYK 0.09 0.22 0 0.75
HSL 274.29º 0.12% 0.22% -
HSV(B) 274.29º 0.22% 0.25% -
XYZ 3.81 3.55 5.34 -
YUV 53.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 58 50 64 0.09 0.22 0 0.75 274.29 0.12 0.22
Hex 3A 32 40 9 16 0 4B 112 C 16
Octal 72 62 100 11 26 0 113 422 14 26
Binary 111010 110010 1000000 1001 10110 0 1001011 100010010 1100 10110

Color Harmonies of #3A3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3240

Black with #3A3240

Text Example


Text Example

White with #3A3240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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