#30250A

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

Shades of Black Magic #30250A

Tints of Black Magic #30250A

Color information

#30250A (or 0x30250A) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 0A. RGB value is (48,37,10). Sum of RGB (Red+Green+Blue) = 48+37+10=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30250A is #CFDAF5. Grayscale: #252525. Windows color (decimal): -13622006 or 664880. OLE color: 664880.

HSL color Cylindrical-coordinate representation of color #30250A: hue angle of 42.63º 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 #30250A is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB483710-
CMYK00.230.790.81
HSL42.63º65.52%11.37%-
HSV(B)42.63º79.17%18.82%-
XYZ1.941.970.57-
YUV37.21112.64135.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=50.53%
G=38.95%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48371000.230.790.8142.6365.5211.37
Hex3025A0174F512b42b
Octal6045120271171215310213
Binary11000010010110100101111001111101000110101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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