#30291F

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

Shades of Black Magic #30291F

Tints of Black Magic #30291F

Color information

#30291F (or 0x30291F) is unknown color: approx Black Magic. HEX triplet: 30, 29 and 1F. RGB value is (48,41,31). Sum of RGB (Red+Green+Blue) = 48+41+31=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #30291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30291F is #CFD6E0. Grayscale: #2A2A2A. Windows color (decimal): -13620961 or 2042160. OLE color: 2042160.

HSL color Cylindrical-coordinate representation of color #30291F: hue angle of 35.29º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30291F is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB484131-
CMYK00.150.350.81
HSL35.29º21.52%15.49%-
HSV(B)35.29º35.42%18.82%-
XYZ2.262.311.62-
YUV41.95121.82132.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=40%
G=34.17%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48413100.150.350.8135.2921.5215.49
Hex30291F0F23512316f
Octal60513701743121432617
Binary11000010100111111011111000111010001100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30291F; }

 p { color: rgb(48,41,31); }

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

<style>
 a { background-color: #30291F; }

 a { background-color: rgb(48,41,31); }

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

<style>
 span { border-color: #30291F; }

 span { border-color: rgb(48,41,31); }

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