#444348

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

Shades of Grape #444348

Tints of Grape #444348

Color information

#444348 (or 0x444348) is unknown color: approx Grape. HEX triplet: 44, 43 and 48. RGB value is (68,67,72). Sum of RGB (Red+Green+Blue) = 68+67+72=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #444348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444348 is #BBBCB7. Grayscale: #434343. Windows color (decimal): -12303544 or 4735812. OLE color: 4735812.

HSL color Cylindrical-coordinate representation of color #444348: hue angle of 252º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #444348 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB686772-
CMYK0.060.0700.72
HSL252º3.6%27.25%-
HSV(B)252º6.94%28.24%-
XYZ5.565.716.94-
YUV67.87130.33128.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=32.85%
G=32.37%
B=34.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6867720.060.0700.722523.627.25
Hex44434867048fc41b
Octal104103110670110374433
Binary100010010000111001000110111010010001111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444348; }

 p { color: rgb(68,67,72); }

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

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

 a { background-color: rgb(68,67,72); }

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

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

 span { border-color: rgb(68,67,72); }

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