Html Css Color HEX #442B39 Barossa

📋 copy color: '#442B39'

red 68 ◦ green 43 ◦ blue 57

#442B39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #442B39

Tints of Barossa #442B39

RGB

 RED value IS 68 (26.95% from 255) = 40.48%

 GREEN value IS 43 (17.19% from 255) = 25.6%

 BLUE value IS 57 (22.66% from 255) = 33.93%

R = 40.48%
G = 25.6%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#442B39 (or 0x442B39) is known color: Barossa. HEX triplet: 44, 2B and 39. RGB value is (68,43,57). Sum of RGB (Red+Green+Blue) = 68+43+57=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #442B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B39 is #BBD4C6. Grayscale: #343434. Windows color (decimal): -12309703 or 3746628. OLE color: 3746628.

HSL color Cylindrical-coordinate representation of color #442B39: hue angle of 326.4º 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 #442B39 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 43 57 -
CMYK 0 0.37 0.16 0.73
HSL 326.4º 0.23% 0.22% -
HSV(B) 326.4º 0.37% 0.27% -
XYZ 3.99 3.25 4.29 -
YUV 52.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 68 43 57 0 0.37 0.16 0.73 326.4 0.23 0.22
Hex 44 2B 39 0 25 10 49 146 17 16
Octal 104 53 71 0 45 20 111 506 27 26
Binary 1000100 101011 111001 0 100101 10000 1001001 101000110 10111 10110

Color Harmonies of #442B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442B39

Black with #442B39

Text Example


Text Example

White with #442B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #442B39;
 }
 .AnyTagClassName
 {
   color: #442B39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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