#302712

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

Shades of Black Magic #302712

Tints of Black Magic #302712

Color information

#302712 (or 0x302712) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 12. RGB value is (48,39,18). Sum of RGB (Red+Green+Blue) = 48+39+18=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302712 is #CFD8ED. Grayscale: #272727. Windows color (decimal): -13621486 or 1189680. OLE color: 1189680.

HSL color Cylindrical-coordinate representation of color #302712: hue angle of 42º 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 #302712 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB483918-
CMYK00.190.630.81
HSL42º45.45%12.94%-
HSV(B)42º62.5%18.82%-
XYZ2.052.120.87-
YUV39.3115.98134.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=45.71%
G=37.14%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48391800.190.630.814245.4512.94
Hex3027120133F512a2dd
Octal60472202377121525515
Binary1100001001111001001001111111110100011010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302712; }

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

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

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

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

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

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

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

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