#302513

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

Shades of Black Magic #302513

Tints of Black Magic #302513

Color information

#302513 (or 0x302513) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 13. RGB value is (48,37,19). Sum of RGB (Red+Green+Blue) = 48+37+19=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302513 is #CFDAEC. Grayscale: #262626. Windows color (decimal): -13621997 or 1254704. OLE color: 1254704.

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

Color convert

RGB483719-
CMYK00.230.600.81
HSL37.24º43.28%13.14%-
HSV(B)37.24º60.42%18.82%-
XYZ220.9-
YUV38.24117.14134.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=46.15%
G=35.58%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48371900.230.600.8137.2443.2813.14
Hex3025130173C51252bd
Octal60452302774121455315
Binary1100001001011001101011111110010100011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302513; }

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

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

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

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

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

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

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

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