#302410

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

Shades of Black Magic #302410

Tints of Black Magic #302410

Color information

#302410 (or 0x302410) is unknown color: approx Black Magic. HEX triplet: 30, 24 and 10. RGB value is (48,36,16). Sum of RGB (Red+Green+Blue) = 48+36+16=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #302410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302410 is #CFDBEF. Grayscale: #252525. Windows color (decimal): -13622256 or 1057840. OLE color: 1057840.

HSL color Cylindrical-coordinate representation of color #302410: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302410 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB483616-
CMYK00.250.670.81
HSL37.5º50%12.55%-
HSV(B)37.5º66.67%18.82%-
XYZ1.941.930.76-
YUV37.31115.98135.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 16 (6.64% from 255) = 16%
R=48%
G=36%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48361600.250.670.8137.55012.55
Hex30241001943512632d
Octal604420031103121466215
Binary11000010010010000011001100001110100011001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302410; }

 p { color: rgb(48,36,16); }

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

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

 a { background-color: rgb(48,36,16); }

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

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

 span { border-color: rgb(48,36,16); }

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