#3A323F

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

Shades of Jagger #3A323F

Tints of Jagger #3A323F

Color information

#3A323F (or 0x3A323F) is unknown color: approx Jagger. HEX triplet: 3A, 32 and 3F. RGB value is (58,50,63). Sum of RGB (Red+Green+Blue) = 58+50+63=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A323F is #C5CDC0. Grayscale: #353535. Windows color (decimal): -12963265 or 4141626. OLE color: 4141626.

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

Color convert

RGB585063-
CMYK0.080.2100.75
HSL276.92º11.5%22.16%-
HSV(B)276.92º20.63%24.71%-
XYZ3.783.545.19-
YUV53.87133.15130.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 63 (25% from 255) = 36.84%
R=33.92%
G=29.24%
B=36.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5850630.080.2100.75276.9211.522.16
Hex3A323F81504B115c16
Octal726277102501134251426
Binary11101011001011111110001010101001011100010101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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