Html Css Color HEX #443345 Fuscous Grey

📋 copy color: '#443345'

red 68 ◦ green 51 ◦ blue 69

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

Shades of Fuscous Grey #443345

Tints of Fuscous Grey #443345

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 36.17%
G = 27.13%
B = 36.7%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#443345 (or 0x443345) is known color: Fuscous Grey. HEX triplet: 44, 33 and 45. RGB value is (68,51,69). Sum of RGB (Red+Green+Blue) = 68+51+69=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #443345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443345 is #BBCCBA. Grayscale: #3A3A3A. Windows color (decimal): -12307643 or 4535108. OLE color: 4535108.

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

Color convert

RGB 68 51 69 -
CMYK 0.01 0.26 0 0.73
HSL 296.67º 0.15% 0.24% -
HSV(B) 296.67º 0.26% 0.27% -
XYZ 4.64 4.03 6.16 -
YUV 58.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 68 51 69 0.01 0.26 0 0.73 296.67 0.15 0.24
Hex 44 33 45 1 1A 0 49 129 F 18
Octal 104 63 105 1 32 0 111 451 17 30
Binary 1000100 110011 1000101 1 11010 0 1001001 100101001 1111 11000

Color Harmonies of #443345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443345

Black with #443345

Text Example


Text Example

White with #443345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443345; }

 p { color: rgb(68,51,69); }

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

background-color css

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

 a { background-color: rgb(68,51,69); }

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

border-color css

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

 span { border-color: rgb(68,51,69); }

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