#44333A

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

Shades of Barossa #44333A

Tints of Barossa #44333A

Color information

#44333A (or 0x44333A) is unknown color: approx Barossa. HEX triplet: 44, 33 and 3A. RGB value is (68,51,58). Sum of RGB (Red+Green+Blue) = 68+51+58=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 68 - color contains mainly: red. Hex color #44333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44333A is #BBCCC5. Grayscale: #383838. Windows color (decimal): -12307654 or 3814212. OLE color: 3814212.

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

Color convert

RGB685158-
CMYK00.250.150.73
HSL335.29º14.29%23.33%-
HSV(B)335.29º25%26.67%-
XYZ4.333.94.53-
YUV56.88128.63135.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=38.42%
G=28.81%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68515800.250.150.73335.2914.2923.33
Hex44333A019F4914fe17
Octal1046372031171115171627
Binary100010011001111101001100111111001001101001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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