#48305F

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

Shades of Scarlet Gum #48305F

Tints of Scarlet Gum #48305F

Color information

#48305F (or 0x48305F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 30 and 5F. RGB value is (72,48,95). Sum of RGB (Red+Green+Blue) = 72+48+95=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #48305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48305F is #B7CFA0. Grayscale: #3C3C3C. Windows color (decimal): -12046241 or 6238280. OLE color: 6238280.

HSL color Cylindrical-coordinate representation of color #48305F: hue angle of 270.64º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48305F is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB724895-
CMYK0.240.4900.63
HSL270.64º32.87%28.04%-
HSV(B)270.64º49.47%37.25%-
XYZ5.794.3211.35-
YUV60.53147.45136.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=33.49%
G=22.33%
B=44.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7248950.240.4900.63270.6432.8728.04
Hex48305F183103F10f211c
Octal1106013730610774174134
Binary1001000110000101111111000110001011111110000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48305F; }

 p { color: rgb(72,48,95); }

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

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

 a { background-color: rgb(72,48,95); }

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

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

 span { border-color: rgb(72,48,95); }

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