#3B3537

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

Shades of Barossa #3B3537

Tints of Barossa #3B3537

Color information

#3B3537 (or 0x3B3537) is unknown color: approx Barossa. HEX triplet: 3B, 35 and 37. RGB value is (59,53,55). Sum of RGB (Red+Green+Blue) = 59+53+55=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3537 is #C4CAC8. Grayscale: #373737. Windows color (decimal): -12896969 or 3618107. OLE color: 3618107.

HSL color Cylindrical-coordinate representation of color #3B3537: hue angle of 340º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3B3537 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB595355-
CMYK00.100.070.77
HSL340º5.36%21.96%-
HSV(B)340º10.17%23.14%-
XYZ3.773.754.14-
YUV55.02127.99130.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 55 (21.88% from 255) = 32.93%
R=35.33%
G=31.74%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59535500.100.070.773405.3621.96
Hex3B35370A74D154516
Octal7365670127115524526
Binary11101111010111011101010111100110110101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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