#302716

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

Shades of Black Magic #302716

Tints of Black Magic #302716

Color information

#302716 (or 0x302716) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 16. RGB value is (48,39,22). Sum of RGB (Red+Green+Blue) = 48+39+22=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302716 is #CFD8E9. Grayscale: #272727. Windows color (decimal): -13621482 or 1451824. OLE color: 1451824.

HSL color Cylindrical-coordinate representation of color #302716: hue angle of 39.23º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #302716 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB483922-
CMYK00.190.540.81
HSL39.23º37.14%13.73%-
HSV(B)39.23º54.17%18.82%-
XYZ2.092.141.06-
YUV39.75117.98133.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 39 (15.62% from 255) = 35.78%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=44.04%
G=35.78%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48392200.190.540.8139.2337.1413.73
Hex30271601336512725e
Octal60472602366121474516
Binary1100001001111011001001111011010100011001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302716; }

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

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

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

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

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

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

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

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