Html Css Color HEX #44393D Barossa

📋 copy color: '#44393D'

red 68 ◦ green 57 ◦ blue 61

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

Shades of Barossa #44393D

Tints of Barossa #44393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.65%

 BLUE value IS 61 (24.22% from 255) = 32.8%

R = 36.56%
G = 30.65%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#44393D (or 0x44393D) is known color: Barossa. HEX triplet: 44, 39 and 3D. RGB value is (68,57,61). Sum of RGB (Red+Green+Blue) = 68+57+61=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 68 - color contains mainly: red. Hex color #44393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44393D is #BBC6C2. Grayscale: #3C3C3C. Windows color (decimal): -12306115 or 4012356. OLE color: 4012356.

HSL color Cylindrical-coordinate representation of color #44393D: hue angle of 338.18º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44393D is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 57 61 -
CMYK 0 0.16 0.10 0.73
HSL 338.18º 0.09% 0.25% -
HSV(B) 338.18º 0.16% 0.27% -
XYZ 4.69 4.49 5.03 -
YUV 60.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 68 57 61 0 0.16 0.10 0.73 338.18 0.09 0.25
Hex 44 39 3D 0 10 A 49 152 9 19
Octal 104 71 75 0 20 12 111 522 11 31
Binary 1000100 111001 111101 0 10000 1010 1001001 101010010 1001 11001

Color Harmonies of #44393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44393D

Black with #44393D

Text Example


Text Example

White with #44393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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