Html Css Color HEX #443238 Barossa

📋 copy color: '#443238'

red 68 ◦ green 50 ◦ blue 56

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

Shades of Barossa #443238

Tints of Barossa #443238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.74%

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

R = 39.08%
G = 28.74%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#443238 (or 0x443238) is known color: Barossa. HEX triplet: 44, 32 and 38. RGB value is (68,50,56). Sum of RGB (Red+Green+Blue) = 68+50+56=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 68 - color contains mainly: red. Hex color #443238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443238 is #BBCDC7. Grayscale: #383838. Windows color (decimal): -12307912 or 3682884. OLE color: 3682884.

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

Color convert

RGB 68 50 56 -
CMYK 0 0.26 0.18 0.73
HSL 340º 0.15% 0.23% -
HSV(B) 340º 0.26% 0.27% -
XYZ 4.24 3.8 4.25 -
YUV 56.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 68 50 56 0 0.26 0.18 0.73 340 0.15 0.23
Hex 44 32 38 0 1A 12 49 154 F 17
Octal 104 62 70 0 32 22 111 524 17 27
Binary 1000100 110010 111000 0 11010 10010 1001001 101010100 1111 10111

Color Harmonies of #443238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443238

Black with #443238

Text Example


Text Example

White with #443238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443238; }

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

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

background-color css

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

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

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

border-color css

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

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

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