#3B303F

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

Shades of Jagger #3B303F

Tints of Jagger #3B303F

Color information

#3B303F (or 0x3B303F) is unknown color: approx Jagger. HEX triplet: 3B, 30 and 3F. RGB value is (59,48,63). Sum of RGB (Red+Green+Blue) = 59+48+63=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B303F is #C4CFC0. Grayscale: #343434. Windows color (decimal): -12898241 or 4141115. OLE color: 4141115.

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

Color convert

RGB594863-
CMYK0.060.2400.75
HSL284º13.51%21.76%-
HSV(B)284º23.81%24.71%-
XYZ3.763.45.16-
YUV53133.64132.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.71%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 63 (25% from 255) = 37.06%
R=34.71%
G=28.24%
B=37.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5948630.060.2400.7528413.5121.76
Hex3B303F61804B11ce16
Octal73607763001134341626
Binary1110111100001111111101100001001011100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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