#442A3A

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

Shades of Barossa #442A3A

Tints of Barossa #442A3A

Color information

#442A3A (or 0x442A3A) is unknown color: approx Barossa. HEX triplet: 44, 2A and 3A. RGB value is (68,42,58). Sum of RGB (Red+Green+Blue) = 68+42+58=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #442A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A3A is #BBD5C5. Grayscale: #333333. Windows color (decimal): -12309958 or 3811908. OLE color: 3811908.

HSL color Cylindrical-coordinate representation of color #442A3A: hue angle of 323.08º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A3A is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB684258-
CMYK00.380.150.73
HSL323.08º23.64%21.57%-
HSV(B)323.08º38.24%26.67%-
XYZ3.983.194.41-
YUV51.6131.61139.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=40.48%
G=25%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68425800.380.150.73323.0823.6421.57
Hex442A3A026F491431816
Octal1045272046171115033026
Binary10001001010101110100100110111110010011010000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442A3A; }

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

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

<style>
 a { background-color: #442A3A; }

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

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

<style>
 span { border-color: #442A3A; }

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

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