#30240E

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

Shades of Black Magic #30240E

Tints of Black Magic #30240E

Color information

#30240E (or 0x30240E) is unknown color: approx Black Magic. HEX triplet: 30, 24 and 0E. RGB value is (48,36,14). Sum of RGB (Red+Green+Blue) = 48+36+14=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30240E is #CFDBF1. Grayscale: #252525. Windows color (decimal): -13622258 or 926768. OLE color: 926768.

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

Color convert

RGB483614-
CMYK00.250.710.81
HSL38.82º54.84%12.16%-
HSV(B)38.82º70.83%18.82%-
XYZ1.931.920.68-
YUV37.08114.98135.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=48.98%
G=36.73%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48361400.250.710.8138.8254.8412.16
Hex3024E01947512737c
Octal604416031107121476714
Binary1100001001001110011001100011110100011001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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