#302920

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

Shades of Black Magic #302920

Tints of Black Magic #302920

Color information

#302920 (or 0x302920) is unknown color: approx Black Magic. HEX triplet: 30, 29 and 20. RGB value is (48,41,32). Sum of RGB (Red+Green+Blue) = 48+41+32=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302920 is #CFD6DF. Grayscale: #2A2A2A. Windows color (decimal): -13620960 or 2107696. OLE color: 2107696.

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

Color convert

RGB484132-
CMYK00.150.330.81
HSL33.75º20%15.69%-
HSV(B)33.75º33.33%18.82%-
XYZ2.272.321.69-
YUV42.07122.32132.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=39.67%
G=33.88%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48413200.150.330.8133.752015.69
Hex3029200F2151221410
Octal60514001741121422420
Binary1100001010011000000111110000110100011000101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302920; }

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

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

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

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

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

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

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

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