#44383B

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

Shades of Jon #44383B

Tints of Jon #44383B

Color information

#44383B (or 0x44383B) is unknown color: approx Jon. HEX triplet: 44, 38 and 3B. RGB value is (68,56,59). Sum of RGB (Red+Green+Blue) = 68+56+59=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 68 - color contains mainly: red. Hex color #44383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44383B is #BBC7C4. Grayscale: #3B3B3B. Windows color (decimal): -12306373 or 3881028. OLE color: 3881028.

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

Color convert

RGB685659-
CMYK00.180.130.73
HSL345º9.68%24.31%-
HSV(B)345º17.65%26.67%-
XYZ4.594.374.74-
YUV59.93127.48133.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=37.16%
G=30.60%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68565900.180.130.733459.6824.31
Hex44383B012D49159a18
Octal1047073022151115311230
Binary100010011100011101101001011011001001101011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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