#3B393A

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

Shades of Barossa #3B393A

Tints of Barossa #3B393A

Color information

#3B393A (or 0x3B393A) is unknown color: approx Barossa. HEX triplet: 3B, 39 and 3A. RGB value is (59,57,58). Sum of RGB (Red+Green+Blue) = 59+57+58=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 59 - color contains mainly: red. Hex color #3B393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B393A is #C4C6C5. Grayscale: #393939. Windows color (decimal): -12895942 or 3815739. OLE color: 3815739.

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

Color convert

RGB595758-
CMYK00.030.020.77
HSL330º1.72%22.75%-
HSV(B)330º3.39%23.14%-
XYZ4.034.164.59-
YUV57.71128.16128.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.91%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=33.91%
G=32.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59575800.030.020.773301.7222.75
Hex3B393A0324D14a217
Octal737172032115512227
Binary1110111110011110100111010011011010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,58); }

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

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

 a { background-color: rgb(59,57,58); }

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

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

 span { border-color: rgb(59,57,58); }

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