#40373A

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

Shades of Barossa #40373A

Tints of Barossa #40373A

Color information

#40373A (or 0x40373A) is unknown color: approx Barossa. HEX triplet: 40, 37 and 3A. RGB value is (64,55,58). Sum of RGB (Red+Green+Blue) = 64+55+58=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #40373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40373A is #BFC8C5. Grayscale: #3A3A3A. Windows color (decimal): -12568774 or 3815232. OLE color: 3815232.

HSL color Cylindrical-coordinate representation of color #40373A: hue angle of 340º 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 #40373A is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB645558-
CMYK00.140.090.75
HSL340º7.56%23.33%-
HSV(B)340º14.06%25.1%-
XYZ4.244.134.58-
YUV58.03127.98132.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=36.16%
G=31.07%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64555800.140.090.753407.5623.33
Hex40373A0E94B154817
Octal1006772016111135241027
Binary10000001101111110100111010011001011101010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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