#40393D

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

Shades of Barossa #40393D

Tints of Barossa #40393D

Color information

#40393D (or 0x40393D) is unknown color: approx Barossa. HEX triplet: 40, 39 and 3D. RGB value is (64,57,61). Sum of RGB (Red+Green+Blue) = 64+57+61=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 64 - color contains mainly: red. Hex color #40393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40393D is #BFC6C2. Grayscale: #3B3B3B. Windows color (decimal): -12568259 or 4012352. OLE color: 4012352.

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

Color convert

RGB645761-
CMYK00.110.050.75
HSL325.71º5.79%23.73%-
HSV(B)325.71º10.94%25.1%-
XYZ4.424.355.02-
YUV59.55128.82131.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=35.16%
G=31.32%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64576100.110.050.75325.715.7923.73
Hex40393D0B54B146618
Octal10071750135113506630
Binary100000011100111110101011101100101110100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40393D; }

 p { color: rgb(64,57,61); }

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

<style>
 a { background-color: #40393D; }

 a { background-color: rgb(64,57,61); }

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

<style>
 span { border-color: #40393D; }

 span { border-color: rgb(64,57,61); }

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