#403438

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

Shades of Barossa #403438

Tints of Barossa #403438

Color information

#403438 (or 0x403438) is unknown color: approx Barossa. HEX triplet: 40, 34 and 38. RGB value is (64,52,56). Sum of RGB (Red+Green+Blue) = 64+52+56=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403438 is #BFCBC7. Grayscale: #383838. Windows color (decimal): -12569544 or 3683392. OLE color: 3683392.

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

Color convert

RGB645256-
CMYK00.190.130.75
HSL340º10.34%22.75%-
HSV(B)340º18.75%25.1%-
XYZ4.063.834.27-
YUV56.04127.98133.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=37.21%
G=30.23%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64525600.190.130.7534010.3422.75
Hex403438013D4B154a17
Octal1006470023151135241227
Binary100000011010011100001001111011001011101010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403438; }

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

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

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

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

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

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

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

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