#443238

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

Shades of Barossa #443238

Tints of Barossa #443238

Color information

#443238 (or 0x443238) is unknown color: approx Barossa. HEX triplet: 44, 32 and 38. RGB value is (68,50,56). Sum of RGB (Red+Green+Blue) = 68+50+56=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 68 - color contains mainly: red. Hex color #443238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443238 is #BBCDC7. Grayscale: #383838. Windows color (decimal): -12307912 or 3682884. OLE color: 3682884.

HSL color Cylindrical-coordinate representation of color #443238: hue angle of 340º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #443238 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB685056-
CMYK00.260.180.73
HSL340º15.25%23.14%-
HSV(B)340º26.47%26.67%-
XYZ4.243.84.25-
YUV56.07127.96136.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=39.08%
G=28.74%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68505600.260.180.7334015.2523.14
Hex44323801A1249154f17
Octal1046270032221115241727
Binary1000100110010111000011010100101001001101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443238; }

 p { color: rgb(68,50,56); }

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

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

 a { background-color: rgb(68,50,56); }

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

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

 span { border-color: rgb(68,50,56); }

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