#443A3C

Color #443A3C Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #443A3C

Tints of Jon #443A3C

Color information

#443A3C (or 0x443A3C) is unknown color: approx Jon. HEX triplet: 44, 3A and 3C. RGB value is (68,58,60). Sum of RGB (Red+Green+Blue) = 68+58+60=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 68 - color contains mainly: red. Hex color #443A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A3C is #BBC5C3. Grayscale: #3D3D3D. Windows color (decimal): -12305860 or 3947076. OLE color: 3947076.

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

Color convert

RGB685860-
CMYK00.150.120.73
HSL348º7.94%24.71%-
HSV(B)348º14.71%26.67%-
XYZ4.714.584.91-
YUV61.22127.31132.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=36.56%
G=31.18%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68586000.150.120.733487.9424.71
Hex443A3C0FC4915c819
Octal1047274017141115341031
Binary10001001110101111000111111001001001101011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #443A3C;
 }
 .AnyTagClassName
 {
   color: #443A3C;
 }
</style>
background-color css

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

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

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

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

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

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