#48303F

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

Shades of Voodoo #48303F

Tints of Voodoo #48303F

Color information

#48303F (or 0x48303F) is unknown color: approx Voodoo. HEX triplet: 48, 30 and 3F. RGB value is (72,48,63). Sum of RGB (Red+Green+Blue) = 72+48+63=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48303F is #B7CFC0. Grayscale: #383838. Windows color (decimal): -12046273 or 4141128. OLE color: 4141128.

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

Color convert

RGB724863-
CMYK00.330.120.72
HSL322.5º20%23.53%-
HSV(B)322.5º33.33%28.24%-
XYZ4.633.855.2-
YUV56.89131.45138.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 63 (25% from 255) = 34.43%
R=39.34%
G=26.23%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72486300.330.120.72322.52023.53
Hex48303F021C481421418
Octal1106077041141105022430
Binary10010001100001111110100001110010010001010000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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