#3D2E36

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

Shades of Barossa #3D2E36

Tints of Barossa #3D2E36

Color information

#3D2E36 (or 0x3D2E36) is unknown color: approx Barossa. HEX triplet: 3D, 2E and 36. RGB value is (61,46,54). Sum of RGB (Red+Green+Blue) = 61+46+54=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E36 is #C2D1C9. Grayscale: #333333. Windows color (decimal): -12767690 or 3550781. OLE color: 3550781.

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

Color convert

RGB614654-
CMYK00.250.110.76
HSL328º14.02%20.98%-
HSV(B)328º24.59%23.92%-
XYZ3.573.213.92-
YUV51.4129.47134.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.89%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=37.89%
G=28.57%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61465400.250.110.7632814.0220.98
Hex3D2E36019B4C148e15
Octal755666031131145101625
Binary11110110111011011001100110111001100101001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,54); }

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

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

 a { background-color: rgb(61,46,54); }

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

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

 span { border-color: rgb(61,46,54); }

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