#40323A

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

Shades of Barossa #40323A

Tints of Barossa #40323A

Color information

#40323A (or 0x40323A) is unknown color: approx Barossa. HEX triplet: 40, 32 and 3A. RGB value is (64,50,58). Sum of RGB (Red+Green+Blue) = 64+50+58=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #40323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40323A is #BFCDC5. Grayscale: #373737. Windows color (decimal): -12570054 or 3813952. OLE color: 3813952.

HSL color Cylindrical-coordinate representation of color #40323A: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #40323A is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB645058-
CMYK00.220.090.75
HSL325.71º12.28%22.35%-
HSV(B)325.71º21.88%25.1%-
XYZ4.023.684.5-
YUV55.1129.64134.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=37.21%
G=29.07%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64505800.220.090.75325.7112.2822.35
Hex40323A01694B146c16
Octal1006272026111135061426
Binary100000011001011101001011010011001011101000110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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