#40343A

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

Shades of Barossa #40343A

Tints of Barossa #40343A

Color information

#40343A (or 0x40343A) is unknown color: approx Barossa. HEX triplet: 40, 34 and 3A. RGB value is (64,52,58). Sum of RGB (Red+Green+Blue) = 64+52+58=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #40343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40343A is #BFCBC5. Grayscale: #383838. Windows color (decimal): -12569542 or 3814464. OLE color: 3814464.

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

Color convert

RGB645258-
CMYK00.190.090.75
HSL330º10.34%22.75%-
HSV(B)330º18.75%25.1%-
XYZ4.113.854.53-
YUV56.27128.98133.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=36.78%
G=29.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64525800.190.090.7533010.3422.75
Hex40343A01394B14aa17
Octal1006472023111135121227
Binary100000011010011101001001110011001011101001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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