#3A383C

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

Shades of Jagger #3A383C

Tints of Jagger #3A383C

Color information

#3A383C (or 0x3A383C) is unknown color: approx Jagger. HEX triplet: 3A, 38 and 3C. RGB value is (58,56,60). Sum of RGB (Red+Green+Blue) = 58+56+60=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A383C is #C5C7C3. Grayscale: #393939. Windows color (decimal): -12961732 or 3946554. OLE color: 3946554.

HSL color Cylindrical-coordinate representation of color #3A383C: hue angle of 270º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3A383C is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB585660-
CMYK0.030.0700.76
HSL270º3.45%22.75%-
HSV(B)270º6.67%23.53%-
XYZ3.974.054.85-
YUV57.05129.66128.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=33.33%
G=32.18%
B=34.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5856600.030.0700.762703.4522.75
Hex3A383C3704C10e317
Octal727074370114416327
Binary11101011100011110011111010011001000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,56,60); }

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

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

 a { background-color: rgb(58,56,60); }

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

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

 span { border-color: rgb(58,56,60); }

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