#44304B

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

Shades of Scarlet Gum #44304B

Tints of Scarlet Gum #44304B

Color information

#44304B (or 0x44304B) is unknown color: approx Scarlet Gum. HEX triplet: 44, 30 and 4B. RGB value is (68,48,75). Sum of RGB (Red+Green+Blue) = 68+48+75=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #44304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44304B is #BBCFB4. Grayscale: #383838. Windows color (decimal): -12308405 or 4927556. OLE color: 4927556.

HSL color Cylindrical-coordinate representation of color #44304B: hue angle of 284.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44304B is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB684875-
CMYK0.090.3600.71
HSL284.44º21.95%24.12%-
HSV(B)284.44º36%29.41%-
XYZ4.713.857.15-
YUV57.06138.13135.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=35.60%
G=25.13%
B=39.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6848750.090.3600.71284.4421.9524.12
Hex44304B92404711c1618
Octal10460113114401074342630
Binary100010011000010010111001100100010001111000111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,48,75); }

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

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

 a { background-color: rgb(68,48,75); }

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

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

 span { border-color: rgb(68,48,75); }

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