#302812

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

Shades of Black Magic #302812

Tints of Black Magic #302812

Color information

#302812 (or 0x302812) is unknown color: approx Black Magic. HEX triplet: 30, 28 and 12. RGB value is (48,40,18). Sum of RGB (Red+Green+Blue) = 48+40+18=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302812 is #CFD7ED. Grayscale: #272727. Windows color (decimal): -13621230 or 1189936. OLE color: 1189936.

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

Color convert

RGB484018-
CMYK00.170.630.81
HSL44º45.45%12.94%-
HSV(B)44º62.5%18.82%-
XYZ2.092.190.88-
YUV39.88115.65133.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=45.28%
G=37.74%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48401800.170.630.814445.4512.94
Hex3028120113F512c2dd
Octal60502202177121545515
Binary1100001010001001001000111111110100011011001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302812; }

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

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

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

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

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

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

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

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