#302512

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

Shades of Black Magic #302512

Tints of Black Magic #302512

Color information

#302512 (or 0x302512) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 12. RGB value is (48,37,18). Sum of RGB (Red+Green+Blue) = 48+37+18=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302512 is #CFDAED. Grayscale: #262626. Windows color (decimal): -13621998 or 1189168. OLE color: 1189168.

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

Color convert

RGB483718-
CMYK00.230.630.81
HSL38º45.45%12.94%-
HSV(B)38º62.5%18.82%-
XYZ1.9920.85-
YUV38.12116.64135.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=46.60%
G=35.92%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48371800.230.630.813845.4512.94
Hex3025120173F51262dd
Octal60452202777121465515
Binary1100001001011001001011111111110100011001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302512; }

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

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

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

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

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

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

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

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