#302715

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

Shades of Black Magic #302715

Tints of Black Magic #302715

Color information

#302715 (or 0x302715) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 15. RGB value is (48,39,21). Sum of RGB (Red+Green+Blue) = 48+39+21=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302715 is #CFD8EA. Grayscale: #272727. Windows color (decimal): -13621483 or 1386288. OLE color: 1386288.

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

Color convert

RGB483921-
CMYK00.190.560.81
HSL40º39.13%13.53%-
HSV(B)40º56.25%18.82%-
XYZ2.082.131.01-
YUV39.64117.48133.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=44.44%
G=36.11%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48392100.190.560.814039.1313.53
Hex30271501338512827e
Octal60472502370121504716
Binary1100001001111010101001111100010100011010001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302715; }

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

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

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

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

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

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

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

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