#302A20

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

Shades of Black Magic #302A20

Tints of Black Magic #302A20

Color information

#302A20 (or 0x302A20) is unknown color: approx Black Magic. HEX triplet: 30, 2A and 20. RGB value is (48,42,32). Sum of RGB (Red+Green+Blue) = 48+42+32=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A20 is #CFD5DF. Grayscale: #2A2A2A. Windows color (decimal): -13620704 or 2107952. OLE color: 2107952.

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

Color convert

RGB484232-
CMYK00.130.330.81
HSL37.5º20%15.69%-
HSV(B)37.5º33.33%18.82%-
XYZ2.312.391.71-
YUV42.65121.99131.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=39.34%
G=34.43%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48423200.130.330.8137.52015.69
Hex302A200D2151261410
Octal60524001541121462420
Binary1100001010101000000110110000110100011001101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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