#30240A

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

Shades of Black Magic #30240A

Tints of Black Magic #30240A

Color information

#30240A (or 0x30240A) is unknown color: approx Black Magic. HEX triplet: 30, 24 and 0A. RGB value is (48,36,10). Sum of RGB (Red+Green+Blue) = 48+36+10=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30240A is #CFDBF5. Grayscale: #242424. Windows color (decimal): -13622262 or 664624. OLE color: 664624.

HSL color Cylindrical-coordinate representation of color #30240A: hue angle of 41.05º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30240A is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB483610-
CMYK00.250.790.81
HSL41.05º65.52%11.37%-
HSV(B)41.05º79.17%18.82%-
XYZ1.91.910.56-
YUV36.62112.98136.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=51.06%
G=38.30%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48361000.250.790.8141.0565.5211.37
Hex3024A0194F512942b
Octal6044120311171215110213
Binary11000010010010100110011001111101000110100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30240A; }

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

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

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

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

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

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

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

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