#302710

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

Shades of Black Magic #302710

Tints of Black Magic #302710

Color information

#302710 (or 0x302710) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 10. RGB value is (48,39,16). Sum of RGB (Red+Green+Blue) = 48+39+16=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302710 is #CFD8EF. Grayscale: #272727. Windows color (decimal): -13621488 or 1058608. OLE color: 1058608.

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

Color convert

RGB483916-
CMYK00.190.670.81
HSL43.12º50%12.55%-
HSV(B)43.12º66.67%18.82%-
XYZ2.042.120.79-
YUV39.07114.98134.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 39 (15.62% from 255) = 37.86%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=46.60%
G=37.86%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48391600.190.670.8143.125012.55
Hex30271001343512b32d
Octal604720023103121536215
Binary11000010011110000010011100001110100011010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302710; }

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

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

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

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

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

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

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

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