#3D2F37

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

Shades of Barossa #3D2F37

Tints of Barossa #3D2F37

Color information

#3D2F37 (or 0x3D2F37) is unknown color: approx Barossa. HEX triplet: 3D, 2F and 37. RGB value is (61,47,55). Sum of RGB (Red+Green+Blue) = 61+47+55=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F37 is #C2D0C8. Grayscale: #343434. Windows color (decimal): -12767433 or 3616573. OLE color: 3616573.

HSL color Cylindrical-coordinate representation of color #3D2F37: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D2F37 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB614755-
CMYK00.230.100.76
HSL325.71º12.96%21.18%-
HSV(B)325.71º22.95%23.92%-
XYZ3.633.34.06-
YUV52.1129.64134.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.42%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 55 (21.88% from 255) = 33.74%
R=37.42%
G=28.83%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61475500.230.100.76325.7112.9621.18
Hex3D2F37017A4C146d15
Octal755767027121145061525
Binary11110110111111011101011110101001100101000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,47,55); }

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

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

 a { background-color: rgb(61,47,55); }

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

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

 span { border-color: rgb(61,47,55); }

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