#302B20

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

Shades of Black Magic #302B20

Tints of Black Magic #302B20

Color information

#302B20 (or 0x302B20) is unknown color: approx Black Magic. HEX triplet: 30, 2B and 20. RGB value is (48,43,32). Sum of RGB (Red+Green+Blue) = 48+43+32=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B20 is #CFD4DF. Grayscale: #2B2B2B. Windows color (decimal): -13620448 or 2108208. OLE color: 2108208.

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

Color convert

RGB484332-
CMYK00.100.330.81
HSL41.25º20%15.69%-
HSV(B)41.25º33.33%18.82%-
XYZ2.342.461.72-
YUV43.24121.66131.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=39.02%
G=34.96%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48433200.100.330.8141.252015.69
Hex302B200A2151291410
Octal60534001241121512420
Binary1100001010111000000101010000110100011010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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