#3D363A

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

Shades of Barossa #3D363A

Tints of Barossa #3D363A

Color information

#3D363A (or 0x3D363A) is unknown color: approx Barossa. HEX triplet: 3D, 36 and 3A. RGB value is (61,54,58). Sum of RGB (Red+Green+Blue) = 61+54+58=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 61 - color contains mainly: red. Hex color #3D363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D363A is #C2C9C5. Grayscale: #383838. Windows color (decimal): -12765638 or 3814973. OLE color: 3814973.

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

Color convert

RGB615458-
CMYK00.110.050.76
HSL325.71º6.09%22.55%-
HSV(B)325.71º11.48%23.92%-
XYZ4.013.944.55-
YUV56.55128.82131.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=35.26%
G=31.21%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61545800.110.050.76325.716.0922.55
Hex3D363A0B54C146617
Octal7566720135114506627
Binary11110111011011101001011101100110010100011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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