Html Css Color HEX #443F41 Barossa

📋 copy color: '#443F41'

red 68 ◦ green 63 ◦ blue 65

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

Shades of Barossa #443F41

Tints of Barossa #443F41

RGB

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

 GREEN value IS 63 (25% from 255) = 32.14%

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

R = 34.69%
G = 32.14%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#443F41 (or 0x443F41) is known color: Barossa. HEX triplet: 44, 3F and 41. RGB value is (68,63,65). Sum of RGB (Red+Green+Blue) = 68+63+65=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 68 - color contains mainly: red. Hex color #443F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443F41 is #BBC0BE. Grayscale: #404040. Windows color (decimal): -12304575 or 4276036. OLE color: 4276036.

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

Color convert

RGB 68 63 65 -
CMYK 0 0.07 0.04 0.73
HSL 336º 0.04% 0.26% -
HSV(B) 336º 0.07% 0.27% -
XYZ 5.12 5.17 5.73 -
YUV 64.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 68 63 65 0 0.07 0.04 0.73 336 0.04 0.26
Hex 44 3F 41 0 7 4 49 150 4 1A
Octal 104 77 101 0 7 4 111 520 4 32
Binary 1000100 111111 1000001 0 111 100 1001001 101010000 100 11010

Color Harmonies of #443F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443F41

Black with #443F41

Text Example


Text Example

White with #443F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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