#302A21

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

Shades of Black Magic #302A21

Tints of Black Magic #302A21

Color information

#302A21 (or 0x302A21) is unknown color: approx Black Magic. HEX triplet: 30, 2A and 21. RGB value is (48,42,33). Sum of RGB (Red+Green+Blue) = 48+42+33=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A21 is #CFD5DE. Grayscale: #2A2A2A. Windows color (decimal): -13620703 or 2173488. OLE color: 2173488.

HSL color Cylindrical-coordinate representation of color #302A21: hue angle of 36º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302A21 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB484233-
CMYK00.130.310.81
HSL36º18.52%15.88%-
HSV(B)36º31.25%18.82%-
XYZ2.322.391.78-
YUV42.77122.49131.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=39.02%
G=34.15%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48423300.130.310.813618.5215.88
Hex302A210D1F51241310
Octal60524101537121442320
Binary110000101010100001011011111110100011001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A21; }

 p { color: rgb(48,42,33); }

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

<style>
 a { background-color: #302A21; }

 a { background-color: rgb(48,42,33); }

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

<style>
 span { border-color: #302A21; }

 span { border-color: rgb(48,42,33); }

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