#30291C

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

Shades of Black Magic #30291C

Tints of Black Magic #30291C

Color information

#30291C (or 0x30291C) is unknown color: approx Black Magic. HEX triplet: 30, 29 and 1C. RGB value is (48,41,28). Sum of RGB (Red+Green+Blue) = 48+41+28=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #30291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30291C is #CFD6E3. Grayscale: #292929. Windows color (decimal): -13620964 or 1845552. OLE color: 1845552.

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

Color convert

RGB484128-
CMYK00.150.420.81
HSL39º26.32%14.9%-
HSV(B)39º41.67%18.82%-
XYZ2.222.31.43-
YUV41.61120.32132.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=41.03%
G=35.04%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48412800.150.420.813926.3214.9
Hex30291C0F2A51271af
Octal60513401752121473217
Binary11000010100111100011111010101010001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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