#302615

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

Shades of Black Magic #302615

Tints of Black Magic #302615

Color information

#302615 (or 0x302615) is unknown color: approx Black Magic. HEX triplet: 30, 26 and 15. RGB value is (48,38,21). Sum of RGB (Red+Green+Blue) = 48+38+21=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302615 is #CFD9EA. Grayscale: #272727. Windows color (decimal): -13621739 or 1386032. OLE color: 1386032.

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

Color convert

RGB483821-
CMYK00.210.560.81
HSL37.78º39.13%13.53%-
HSV(B)37.78º56.25%18.82%-
XYZ2.052.071-
YUV39.05117.81134.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=44.86%
G=35.51%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48382100.210.560.8137.7839.1313.53
Hex30261501538512627e
Octal60462502570121464716
Binary1100001001101010101010111100010100011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302615; }

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

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

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

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

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

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

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

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