#30250D

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

Shades of Black Magic #30250D

Tints of Black Magic #30250D

Color information

#30250D (or 0x30250D) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 0D. RGB value is (48,37,13). Sum of RGB (Red+Green+Blue) = 48+37+13=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30250D is #CFDAF2. Grayscale: #252525. Windows color (decimal): -13622003 or 861488. OLE color: 861488.

HSL color Cylindrical-coordinate representation of color #30250D: hue angle of 41.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30250D is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB483713-
CMYK00.230.730.81
HSL41.14º57.38%11.96%-
HSV(B)41.14º72.92%18.82%-
XYZ1.951.980.66-
YUV37.55114.14135.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=48.98%
G=37.76%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48371300.230.730.8141.1457.3811.96
Hex3025D01749512939c
Octal604515027111121517114
Binary1100001001011101010111100100110100011010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30250D; }

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

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

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

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

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

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

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

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