#44303A

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

Shades of Barossa #44303A

Tints of Barossa #44303A

Color information

#44303A (or 0x44303A) is unknown color: approx Barossa. HEX triplet: 44, 30 and 3A. RGB value is (68,48,58). Sum of RGB (Red+Green+Blue) = 68+48+58=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 68 - color contains mainly: red. Hex color #44303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44303A is #BBCFC5. Grayscale: #373737. Windows color (decimal): -12308422 or 3813444. OLE color: 3813444.

HSL color Cylindrical-coordinate representation of color #44303A: hue angle of 330º 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 #44303A is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB684858-
CMYK00.290.150.73
HSL330º17.24%22.75%-
HSV(B)330º29.41%26.67%-
XYZ4.23.654.49-
YUV55.12129.63137.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=39.08%
G=27.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68485800.290.150.7333017.2422.75
Hex44303A01DF4914a1117
Octal1046072035171115122127
Binary1000100110000111010011101111110010011010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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