#3B313F

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

Shades of Jagger #3B313F

Tints of Jagger #3B313F

Color information

#3B313F (or 0x3B313F) is unknown color: approx Jagger. HEX triplet: 3B, 31 and 3F. RGB value is (59,49,63). Sum of RGB (Red+Green+Blue) = 59+49+63=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 49 (19.53% from 255 or 28.65% 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 #3B313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B313F is #C4CEC0. Grayscale: #353535. Windows color (decimal): -12897985 or 4141371. OLE color: 4141371.

HSL color Cylindrical-coordinate representation of color #3B313F: hue angle of 282.86º 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 #3B313F is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB594963-
CMYK0.060.2200.75
HSL282.86º12.5%21.96%-
HSV(B)282.86º22.22%24.71%-
XYZ3.83.495.18-
YUV53.59133.31131.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 63 (25% from 255) = 36.84%
R=34.50%
G=28.65%
B=36.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5949630.060.2200.75282.8612.521.96
Hex3B313F61604B11bc16
Octal73617762601134331426
Binary1110111100011111111101011001001011100011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,63); }

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

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

 a { background-color: rgb(59,49,63); }

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

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

 span { border-color: rgb(59,49,63); }

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