#30291A

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

Shades of Black Magic #30291A

Tints of Black Magic #30291A

Color information

#30291A (or 0x30291A) is unknown color: approx Black Magic. HEX triplet: 30, 29 and 1A. RGB value is (48,41,26). Sum of RGB (Red+Green+Blue) = 48+41+26=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30291A is #CFD6E5. Grayscale: #292929. Windows color (decimal): -13620966 or 1714480. OLE color: 1714480.

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

Color convert

RGB484126-
CMYK00.150.460.81
HSL40.91º29.73%14.51%-
HSV(B)40.91º45.83%18.82%-
XYZ2.22.291.3-
YUV41.38119.32132.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=41.74%
G=35.65%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48412600.150.460.8140.9129.7314.51
Hex30291A0F2E51291ef
Octal60513201756121513617
Binary11000010100111010011111011101010001101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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