#3A363E

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

Shades of Jagger #3A363E

Tints of Jagger #3A363E

Color information

#3A363E (or 0x3A363E) is unknown color: approx Jagger. HEX triplet: 3A, 36 and 3E. RGB value is (58,54,62). Sum of RGB (Red+Green+Blue) = 58+54+62=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A363E is #C5C9C1. Grayscale: #383838. Windows color (decimal): -12962242 or 4077114. OLE color: 4077114.

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

Color convert

RGB585462-
CMYK0.060.1300.76
HSL270º6.9%22.75%-
HSV(B)270º12.9%24.31%-
XYZ3.933.895.1-
YUV56.11131.33129.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=33.33%
G=31.03%
B=35.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5854620.060.1300.762706.922.75
Hex3A363E6D04C10e717
Octal7266766150114416727
Binary11101011011011111011011010100110010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,54,62); }

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

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

 a { background-color: rgb(58,54,62); }

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

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

 span { border-color: rgb(58,54,62); }

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