#44333B

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

Shades of Barossa #44333B

Tints of Barossa #44333B

Color information

#44333B (or 0x44333B) is unknown color: approx Barossa. HEX triplet: 44, 33 and 3B. RGB value is (68,51,59). Sum of RGB (Red+Green+Blue) = 68+51+59=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 68 - color contains mainly: red. Hex color #44333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44333B is #BBCCC4. Grayscale: #383838. Windows color (decimal): -12307653 or 3879748. OLE color: 3879748.

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

Color convert

RGB685159-
CMYK00.250.130.73
HSL331.76º14.29%23.33%-
HSV(B)331.76º25%26.67%-
XYZ4.363.914.66-
YUV57129.13135.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=38.20%
G=28.65%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68515900.250.130.73331.7614.2923.33
Hex44333B019D4914ce17
Octal1046373031151115141627
Binary100010011001111101101100111011001001101001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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