#302815

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

Shades of Black Magic #302815

Tints of Black Magic #302815

Color information

#302815 (or 0x302815) is unknown color: approx Black Magic. HEX triplet: 30, 28 and 15. RGB value is (48,40,21). Sum of RGB (Red+Green+Blue) = 48+40+21=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302815 is #CFD7EA. Grayscale: #282828. Windows color (decimal): -13621227 or 1386544. OLE color: 1386544.

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

Color convert

RGB484021-
CMYK00.170.560.81
HSL42.22º39.13%13.53%-
HSV(B)42.22º56.25%18.82%-
XYZ2.112.21.02-
YUV40.23117.15133.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=44.04%
G=36.70%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48402100.170.560.8142.2239.1313.53
Hex30281501138512a27e
Octal60502502170121524716
Binary1100001010001010101000111100010100011010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302815; }

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

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

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

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

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

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

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

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