Html Css Color HEX #44373B Barossa

📋 copy color: '#44373B'

red 68 ◦ green 55 ◦ blue 59

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

Shades of Barossa #44373B

Tints of Barossa #44373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.22%

 BLUE value IS 59 (23.44% from 255) = 32.42%

R = 37.36%
G = 30.22%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#44373B (or 0x44373B) is known color: Barossa. HEX triplet: 44, 37 and 3B. RGB value is (68,55,59). Sum of RGB (Red+Green+Blue) = 68+55+59=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 68 - color contains mainly: red. Hex color #44373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44373B is #BBC8C4. Grayscale: #3B3B3B. Windows color (decimal): -12306629 or 3880772. OLE color: 3880772.

HSL color Cylindrical-coordinate representation of color #44373B: hue angle of 341.54º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #44373B is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 55 59 -
CMYK 0 0.19 0.13 0.73
HSL 341.54º 0.11% 0.24% -
HSV(B) 341.54º 0.19% 0.27% -
XYZ 4.54 4.28 4.72 -
YUV 59.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 68 55 59 0 0.19 0.13 0.73 341.54 0.11 0.24
Hex 44 37 3B 0 13 D 49 156 B 18
Octal 104 67 73 0 23 15 111 526 13 30
Binary 1000100 110111 111011 0 10011 1101 1001001 101010110 1011 11000

Color Harmonies of #44373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44373B

Black with #44373B

Text Example


Text Example

White with #44373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44373B; }

 p { color: rgb(68,55,59); }

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

background-color css

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

 a { background-color: rgb(68,55,59); }

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

border-color css

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

 span { border-color: rgb(68,55,59); }

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