#30250B

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

Shades of Black Magic #30250B

Tints of Black Magic #30250B

Color information

#30250B (or 0x30250B) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 0B. RGB value is (48,37,11). Sum of RGB (Red+Green+Blue) = 48+37+11=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30250B is #CFDAF4. Grayscale: #252525. Windows color (decimal): -13622005 or 730416. OLE color: 730416.

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

Color convert

RGB483711-
CMYK00.230.770.81
HSL42.16º62.71%11.57%-
HSV(B)42.16º77.08%18.82%-
XYZ1.941.980.6-
YUV37.32113.14135.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=50%
G=38.54%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48371100.230.770.8142.1662.7111.57
Hex3025B0174D512a3fc
Octal604513027115121527714
Binary1100001001011011010111100110110100011010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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