Html Css Color HEX #443C3F Barossa

📋 copy color: '#443C3F'

red 68 ◦ green 60 ◦ blue 63

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

Shades of Barossa #443C3F

Tints of Barossa #443C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.41%

 BLUE value IS 63 (25% from 255) = 32.98%

R = 35.6%
G = 31.41%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#443C3F (or 0x443C3F) is known color: Barossa. HEX triplet: 44, 3C and 3F. RGB value is (68,60,63). Sum of RGB (Red+Green+Blue) = 68+60+63=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 68 - color contains mainly: red. Hex color #443C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C3F is #BBC3C0. Grayscale: #3E3E3E. Windows color (decimal): -12305345 or 4144196. OLE color: 4144196.

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

Color convert

RGB 68 60 63 -
CMYK 0 0.12 0.07 0.73
HSL 337.5º 0.06% 0.25% -
HSV(B) 337.5º 0.12% 0.27% -
XYZ 4.9 4.82 5.37 -
YUV 62.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 68 60 63 0 0.12 0.07 0.73 337.5 0.06 0.25
Hex 44 3C 3F 0 C 7 49 152 6 19
Octal 104 74 77 0 14 7 111 522 6 31
Binary 1000100 111100 111111 0 1100 111 1001001 101010010 110 11001

Color Harmonies of #443C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443C3F

Black with #443C3F

Text Example


Text Example

White with #443C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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