Html Css Color HEX #443138 Barossa

📋 copy color: '#443138'

red 68 ◦ green 49 ◦ blue 56

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

Shades of Barossa #443138

Tints of Barossa #443138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 56 (22.27% from 255) = 32.37%

R = 39.31%
G = 28.32%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#443138 (or 0x443138) is known color: Barossa. HEX triplet: 44, 31 and 38. RGB value is (68,49,56). Sum of RGB (Red+Green+Blue) = 68+49+56=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 68 - color contains mainly: red. Hex color #443138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443138 is #BBCEC7. Grayscale: #373737. Windows color (decimal): -12308168 or 3682628. OLE color: 3682628.

HSL color Cylindrical-coordinate representation of color #443138: hue angle of 337.89º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443138 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 49 56 -
CMYK 0 0.28 0.18 0.73
HSL 337.89º 0.16% 0.23% -
HSV(B) 337.89º 0.28% 0.27% -
XYZ 4.2 3.71 4.24 -
YUV 55.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 68 49 56 0 0.28 0.18 0.73 337.89 0.16 0.23
Hex 44 31 38 0 1C 12 49 152 10 17
Octal 104 61 70 0 34 22 111 522 20 27
Binary 1000100 110001 111000 0 11100 10010 1001001 101010010 10000 10111

Color Harmonies of #443138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443138

Black with #443138

Text Example


Text Example

White with #443138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443138; }

 p { color: rgb(68,49,56); }

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

background-color css

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

 a { background-color: rgb(68,49,56); }

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

border-color css

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

 span { border-color: rgb(68,49,56); }

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