#302511

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

Shades of Black Magic #302511

Tints of Black Magic #302511

Color information

#302511 (or 0x302511) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 11. RGB value is (48,37,17). Sum of RGB (Red+Green+Blue) = 48+37+17=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302511 is #CFDAEE. Grayscale: #262626. Windows color (decimal): -13621999 or 1123632. OLE color: 1123632.

HSL color Cylindrical-coordinate representation of color #302511: hue angle of 38.71º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302511 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB483717-
CMYK00.230.650.81
HSL38.71º47.69%12.75%-
HSV(B)38.71º64.58%18.82%-
XYZ1.981.990.81-
YUV38.01116.14135.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=47.06%
G=36.27%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48371700.230.650.8138.7147.6912.75
Hex30251101741512730d
Octal604521027101121476015
Binary11000010010110001010111100000110100011001111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302511; }

 p { color: rgb(48,37,17); }

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

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

 a { background-color: rgb(48,37,17); }

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

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

 span { border-color: rgb(48,37,17); }

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