#44393B

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

Shades of Jon #44393B

Tints of Jon #44393B

Color information

#44393B (or 0x44393B) is unknown color: approx Jon. HEX triplet: 44, 39 and 3B. RGB value is (68,57,59). Sum of RGB (Red+Green+Blue) = 68+57+59=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 68 - color contains mainly: red. Hex color #44393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44393B is #BBC6C4. Grayscale: #3C3C3C. Windows color (decimal): -12306117 or 3881284. OLE color: 3881284.

HSL color Cylindrical-coordinate representation of color #44393B: hue angle of 349.09º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44393B is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB685759-
CMYK00.160.130.73
HSL349.09º8.8%24.51%-
HSV(B)349.09º16.18%26.67%-
XYZ4.644.474.76-
YUV60.52127.14133.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=36.96%
G=30.98%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68575900.160.130.73349.098.824.51
Hex44393B010D4915d919
Octal1047173020151115351131
Binary100010011100111101101000011011001001101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44393B; }

 p { color: rgb(68,57,59); }

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

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

 a { background-color: rgb(68,57,59); }

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

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

 span { border-color: rgb(68,57,59); }

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