#302921

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

Shades of Black Magic #302921

Tints of Black Magic #302921

Color information

#302921 (or 0x302921) is unknown color: approx Black Magic. HEX triplet: 30, 29 and 21. RGB value is (48,41,33). Sum of RGB (Red+Green+Blue) = 48+41+33=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302921 is #CFD6DE. Grayscale: #2A2A2A. Windows color (decimal): -13620959 or 2173232. OLE color: 2173232.

HSL color Cylindrical-coordinate representation of color #302921: hue angle of 32º 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 #302921 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB484133-
CMYK00.150.310.81
HSL32º18.52%15.88%-
HSV(B)32º31.25%18.82%-
XYZ2.292.321.77-
YUV42.18122.82132.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=39.34%
G=33.61%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48413300.150.310.813218.5215.88
Hex3029210F1F51201310
Octal60514101737121402320
Binary110000101001100001011111111110100011000001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302921; }

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

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

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

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

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

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

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

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