#302515

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

Shades of Black Magic #302515

Tints of Black Magic #302515

Color information

#302515 (or 0x302515) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 15. RGB value is (48,37,21). Sum of RGB (Red+Green+Blue) = 48+37+21=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302515 is #CFDAEA. Grayscale: #262626. Windows color (decimal): -13621995 or 1385776. OLE color: 1385776.

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

Color convert

RGB483721-
CMYK00.230.560.81
HSL35.56º39.13%13.53%-
HSV(B)35.56º56.25%18.82%-
XYZ2.022.010.99-
YUV38.46118.14134.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=45.28%
G=34.91%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48372100.230.560.8135.5639.1313.53
Hex30251501738512427e
Octal60452502770121444716
Binary1100001001011010101011111100010100011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302515; }

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

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

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

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

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

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

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

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