#442B3A

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

Shades of Barossa #442B3A

Tints of Barossa #442B3A

Color information

#442B3A (or 0x442B3A) is unknown color: approx Barossa. HEX triplet: 44, 2B and 3A. RGB value is (68,43,58). Sum of RGB (Red+Green+Blue) = 68+43+58=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 68 - color contains mainly: red. Hex color #442B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B3A is #BBD4C5. Grayscale: #343434. Windows color (decimal): -12309702 or 3812164. OLE color: 3812164.

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

Color convert

RGB684358-
CMYK00.370.150.73
HSL324º22.52%21.76%-
HSV(B)324º36.76%26.67%-
XYZ4.013.264.42-
YUV52.18131.28139.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=40.24%
G=25.44%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68435800.370.150.7332422.5221.76
Hex442B3A025F491441716
Octal1045372045171115042726
Binary10001001010111110100100101111110010011010001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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