Html Css Color HEX #3B393A Barossa

📋 copy color: '#3B393A'

red 59 ◦ green 57 ◦ blue 58

#3B393A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #3B393A

Tints of Barossa #3B393A

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 value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#3B393A (or 0x3B393A) is known color: 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

RGB 59 57 58 -
CMYK 0 0.03 0.02 0.77
HSL 330º 0.02% 0.23% -
HSV(B) 330º 0.03% 0.23% -
XYZ 4.03 4.16 4.59 -
YUV 57.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 59 57 58 0 0.03 0.02 0.77 330 0.02 0.23
Hex 3B 39 3A 0 3 2 4D 14A 2 17
Octal 73 71 72 0 3 2 115 512 2 27
Binary 111011 111001 111010 0 11 10 1001101 101001010 10 10111

Color Harmonies of #3B393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B393A

Black with #3B393A

Text Example


Text Example

White with #3B393A

Text Example


Text Example

HTML Codes & Css Web 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>