#40343B

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

Shades of Barossa #40343B

Tints of Barossa #40343B

Color information

#40343B (or 0x40343B) is unknown color: approx Barossa. HEX triplet: 40, 34 and 3B. RGB value is (64,52,59). Sum of RGB (Red+Green+Blue) = 64+52+59=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #40343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40343B is #BFCBC4. Grayscale: #383838. Windows color (decimal): -12569541 or 3880000. OLE color: 3880000.

HSL color Cylindrical-coordinate representation of color #40343B: hue angle of 325º 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 #40343B is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB645259-
CMYK00.190.080.75
HSL325º10.34%22.75%-
HSV(B)325º18.75%25.1%-
XYZ4.133.864.67-
YUV56.39129.48133.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=36.57%
G=29.71%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64525900.190.080.7532510.3422.75
Hex40343B01384B145a17
Octal1006473023101135051227
Binary100000011010011101101001110001001011101000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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