#44333C

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

Shades of Barossa #44333C

Tints of Barossa #44333C

Color information

#44333C (or 0x44333C) is unknown color: approx Barossa. HEX triplet: 44, 33 and 3C. RGB value is (68,51,60). Sum of RGB (Red+Green+Blue) = 68+51+60=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 68 - color contains mainly: red. Hex color #44333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44333C is #BBCCC3. Grayscale: #393939. Windows color (decimal): -12307652 or 3945284. OLE color: 3945284.

HSL color Cylindrical-coordinate representation of color #44333C: hue angle of 328.24º 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 #44333C is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB685160-
CMYK00.250.120.73
HSL328.24º14.29%23.33%-
HSV(B)328.24º25%26.67%-
XYZ4.383.924.8-
YUV57.11129.63135.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=37.99%
G=28.49%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68516000.250.120.73328.2414.2923.33
Hex44333C019C49148e17
Octal1046374031141115101627
Binary100010011001111110001100111001001001101001000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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