Html Css Color HEX #3B3136 Barossa

📋 copy color: '#3B3136'

red 59 ◦ green 49 ◦ blue 54

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

Shades of Barossa #3B3136

Tints of Barossa #3B3136

RGB

 RED value IS 59 (23.44% from 255) = 36.42%

 GREEN value IS 49 (19.53% from 255) = 30.25%

 BLUE value IS 54 (21.48% from 255) = 33.33%

R = 36.42%
G = 30.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.77

RGB Variations

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

Color information

#3B3136 (or 0x3B3136) is known color: Barossa. HEX triplet: 3B, 31 and 36. RGB value is (59,49,54). Sum of RGB (Red+Green+Blue) = 59+49+54=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3136 is #C4CEC9. Grayscale: #343434. Windows color (decimal): -12897994 or 3551547. OLE color: 3551547.

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

Color convert

RGB 59 49 54 -
CMYK 0 0.17 0.08 0.77
HSL 330º 0.09% 0.21% -
HSV(B) 330º 0.17% 0.23% -
XYZ 3.57 3.39 3.96 -
YUV 52.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 59 49 54 0 0.17 0.08 0.77 330 0.09 0.21
Hex 3B 31 36 0 11 8 4D 14A 9 15
Octal 73 61 66 0 21 10 115 512 11 25
Binary 111011 110001 110110 0 10001 1000 1001101 101001010 1001 10101

Color Harmonies of #3B3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3136

Black with #3B3136

Text Example


Text Example

White with #3B3136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B3136;
 }
 .AnyTagClassName
 {
   color: #3B3136;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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