#40333A

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

Shades of Barossa #40333A

Tints of Barossa #40333A

Color information

#40333A (or 0x40333A) is unknown color: approx Barossa. HEX triplet: 40, 33 and 3A. RGB value is (64,51,58). Sum of RGB (Red+Green+Blue) = 64+51+58=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #40333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333A is #BFCCC5. Grayscale: #373737. Windows color (decimal): -12569798 or 3814208. OLE color: 3814208.

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

Color convert

RGB645158-
CMYK00.200.090.75
HSL327.69º11.3%22.55%-
HSV(B)327.69º20.31%25.1%-
XYZ4.063.764.52-
YUV55.68129.31133.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=36.99%
G=29.48%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64515800.200.090.75327.6911.322.55
Hex40333A01494B148b17
Octal1006372024111135101327
Binary100000011001111101001010010011001011101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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