Html Css Color HEX #443D41 Barossa

📋 copy color: '#443D41'

red 68 ◦ green 61 ◦ blue 65

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

Shades of Barossa #443D41

Tints of Barossa #443D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.51%

R = 35.05%
G = 31.44%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#443D41 (or 0x443D41) is known color: Barossa. HEX triplet: 44, 3D and 41. RGB value is (68,61,65). Sum of RGB (Red+Green+Blue) = 68+61+65=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 68 - color contains mainly: red. Hex color #443D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D41 is #BBC2BE. Grayscale: #3F3F3F. Windows color (decimal): -12305087 or 4275524. OLE color: 4275524.

HSL color Cylindrical-coordinate representation of color #443D41: hue angle of 325.71º 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 #443D41 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 61 65 -
CMYK 0 0.10 0.04 0.73
HSL 325.71º 0.05% 0.25% -
HSV(B) 325.71º 0.1% 0.27% -
XYZ 5.01 4.95 5.69 -
YUV 63.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 68 61 65 0 0.10 0.04 0.73 325.71 0.05 0.25
Hex 44 3D 41 0 A 4 49 146 5 19
Octal 104 75 101 0 12 4 111 506 5 31
Binary 1000100 111101 1000001 0 1010 100 1001001 101000110 101 11001

Color Harmonies of #443D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443D41

Black with #443D41

Text Example


Text Example

White with #443D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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