#40373B

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

Shades of Barossa #40373B

Tints of Barossa #40373B

Color information

#40373B (or 0x40373B) is unknown color: approx Barossa. HEX triplet: 40, 37 and 3B. RGB value is (64,55,59). Sum of RGB (Red+Green+Blue) = 64+55+59=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #40373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40373B is #BFC8C4. Grayscale: #3A3A3A. Windows color (decimal): -12568773 or 3880768. OLE color: 3880768.

HSL color Cylindrical-coordinate representation of color #40373B: hue angle of 333.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40373B is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB645559-
CMYK00.140.080.75
HSL333.33º7.56%23.33%-
HSV(B)333.33º14.06%25.1%-
XYZ4.274.144.71-
YUV58.15128.48132.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=35.96%
G=30.90%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64555900.140.080.75333.337.5623.33
Hex40373B0E84B14d817
Octal1006773016101135151027
Binary10000001101111110110111010001001011101001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40373B; }

 p { color: rgb(64,55,59); }

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

<style>
 a { background-color: #40373B; }

 a { background-color: rgb(64,55,59); }

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

<style>
 span { border-color: #40373B; }

 span { border-color: rgb(64,55,59); }

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