#3D373A

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

Shades of Barossa #3D373A

Tints of Barossa #3D373A

Color information

#3D373A (or 0x3D373A) is unknown color: approx Barossa. HEX triplet: 3D, 37 and 3A. RGB value is (61,55,58). Sum of RGB (Red+Green+Blue) = 61+55+58=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 61 - color contains mainly: red. Hex color #3D373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D373A is #C2C8C5. Grayscale: #393939. Windows color (decimal): -12765382 or 3815229. OLE color: 3815229.

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

Color convert

RGB615558-
CMYK00.100.050.76
HSL330º5.17%22.75%-
HSV(B)330º9.84%23.92%-
XYZ4.054.034.57-
YUV57.14128.49130.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=35.06%
G=31.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61555800.100.050.763305.1722.75
Hex3D373A0A54C14a517
Octal7567720125114512527
Binary11110111011111101001010101100110010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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