#3B373F

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

Shades of Jagger #3B373F

Tints of Jagger #3B373F

Color information

#3B373F (or 0x3B373F) is unknown color: approx Jagger. HEX triplet: 3B, 37 and 3F. RGB value is (59,55,63). Sum of RGB (Red+Green+Blue) = 59+55+63=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B373F is #C4C8C0. Grayscale: #393939. Windows color (decimal): -12896449 or 4142907. OLE color: 4142907.

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

Color convert

RGB595563-
CMYK0.060.1300.75
HSL270º6.78%23.14%-
HSV(B)270º12.7%24.71%-
XYZ4.074.025.26-
YUV57.11131.33129.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 63 (25% from 255) = 35.59%
R=33.33%
G=31.07%
B=35.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5955630.060.1300.752706.7823.14
Hex3B373F6D04B10e717
Octal7367776150113416727
Binary11101111011111111111011010100101110000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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