#443D40

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

Shades of Barossa #443D40

Tints of Barossa #443D40

Color information

#443D40 (or 0x443D40) is unknown color: approx Barossa. HEX triplet: 44, 3D and 40. RGB value is (68,61,64). Sum of RGB (Red+Green+Blue) = 68+61+64=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 68 - color contains mainly: red. Hex color #443D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D40 is #BBC2BF. Grayscale: #3F3F3F. Windows color (decimal): -12305088 or 4209988. OLE color: 4209988.

HSL color Cylindrical-coordinate representation of color #443D40: hue angle of 334.29º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #443D40 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB686164-
CMYK00.100.060.73
HSL334.29º5.43%25.29%-
HSV(B)334.29º10.29%26.67%-
XYZ4.984.945.54-
YUV63.43128.32131.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=35.23%
G=31.61%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68616400.100.060.73334.295.4325.29
Hex443D400A64914e519
Octal104751000126111516531
Binary1000100111101100000001010110100100110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443D40; }

 p { color: rgb(68,61,64); }

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

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

 a { background-color: rgb(68,61,64); }

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

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

 span { border-color: rgb(68,61,64); }

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