#3A3243

Color #3A3243 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3A3243

Tints of Jagger #3A3243

Color information

#3A3243 (or 0x3A3243) is unknown color: approx Jagger. HEX triplet: 3A, 32 and 43. RGB value is (58,50,67). Sum of RGB (Red+Green+Blue) = 58+50+67=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A3243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3243 is #C5CDBC. Grayscale: #363636. Windows color (decimal): -12963261 or 4403770. OLE color: 4403770.

HSL color Cylindrical-coordinate representation of color #3A3243: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A3243 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB585067-
CMYK0.130.2500.74
HSL268.24º14.53%22.94%-
HSV(B)268.24º25.37%26.27%-
XYZ3.93.595.8-
YUV54.33135.15130.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=33.14%
G=28.57%
B=38.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5850670.130.2500.74268.2414.5322.94
Hex3A3243D1904A10cf17
Octal7262103153101124141727
Binary111010110010100001111011100101001010100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A3243;
 }
 .AnyTagClassName
 {
   color: #3A3243;
 }
</style>
background-color css

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

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

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

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

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

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