Html Css Color HEX #443D40 Barossa

📋 copy color: '#443D40'

red 68 ◦ green 61 ◦ blue 64

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

Shades of Barossa #443D40

Tints of Barossa #443D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.61%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 35.23%
G = 31.61%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#443D40 (or 0x443D40) is known color: Barossa. HEX triplet: 44, 3D and 40. RGB value is (68,61,64). Sum of RGB (Red+Green+Blue) = 68+61+64=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 68 - color contains mainly: red. Hex color #443D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D40 is #BBC2BF. Grayscale: #3F3F3F. Windows color (decimal): -12305088 or 4209988. OLE color: 4209988.

HSL color Cylindrical-coordinate representation of color #443D40: hue angle of 334.29º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #443D40 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 61 64 -
CMYK 0 0.10 0.06 0.73
HSL 334.29º 0.05% 0.25% -
HSV(B) 334.29º 0.1% 0.27% -
XYZ 4.98 4.94 5.54 -
YUV 63.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 68 61 64 0 0.10 0.06 0.73 334.29 0.05 0.25
Hex 44 3D 40 0 A 6 49 14E 5 19
Octal 104 75 100 0 12 6 111 516 5 31
Binary 1000100 111101 1000000 0 1010 110 1001001 101001110 101 11001

Color Harmonies of #443D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443D40

Black with #443D40

Text Example


Text Example

White with #443D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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