#44313C

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

Shades of Barossa #44313C

Tints of Barossa #44313C

Color information

#44313C (or 0x44313C) is unknown color: approx Barossa. HEX triplet: 44, 31 and 3C. RGB value is (68,49,60). Sum of RGB (Red+Green+Blue) = 68+49+60=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 68 - color contains mainly: red. Hex color #44313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44313C is #BBCEC3. Grayscale: #373737. Windows color (decimal): -12308164 or 3944772. OLE color: 3944772.

HSL color Cylindrical-coordinate representation of color #44313C: hue angle of 325.26º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #44313C is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB684960-
CMYK00.280.120.73
HSL325.26º16.24%22.94%-
HSV(B)325.26º27.94%26.67%-
XYZ4.33.754.77-
YUV55.94130.29136.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=38.42%
G=27.68%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68496000.280.120.73325.2616.2422.94
Hex44313C01CC491451017
Octal1046174034141115052027
Binary1000100110001111100011100110010010011010001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44313C; }

 p { color: rgb(68,49,60); }

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

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

 a { background-color: rgb(68,49,60); }

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

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

 span { border-color: rgb(68,49,60); }

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