#44303B

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

Shades of Barossa #44303B

Tints of Barossa #44303B

Color information

#44303B (or 0x44303B) is unknown color: approx Barossa. HEX triplet: 44, 30 and 3B. RGB value is (68,48,59). Sum of RGB (Red+Green+Blue) = 68+48+59=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 68 - color contains mainly: red. Hex color #44303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44303B is #BBCFC4. Grayscale: #373737. Windows color (decimal): -12308421 or 3878980. OLE color: 3878980.

HSL color Cylindrical-coordinate representation of color #44303B: hue angle of 327º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44303B is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB684859-
CMYK00.290.130.73
HSL327º17.24%22.75%-
HSV(B)327º29.41%26.67%-
XYZ4.233.664.62-
YUV55.23130.13137.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=38.86%
G=27.43%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68485900.290.130.7332717.2422.75
Hex44303B01DD491471117
Octal1046073035151115072127
Binary1000100110000111011011101110110010011010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,48,59); }

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

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

 a { background-color: rgb(68,48,59); }

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

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

 span { border-color: rgb(68,48,59); }

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