#302616

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

Shades of Black Magic #302616

Tints of Black Magic #302616

Color information

#302616 (or 0x302616) is unknown color: approx Black Magic. HEX triplet: 30, 26 and 16. RGB value is (48,38,22). Sum of RGB (Red+Green+Blue) = 48+38+22=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302616 is #CFD9E9. Grayscale: #272727. Windows color (decimal): -13621738 or 1451568. OLE color: 1451568.

HSL color Cylindrical-coordinate representation of color #302616: hue angle of 36.92º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #302616 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB483822-
CMYK00.210.540.81
HSL36.92º37.14%13.73%-
HSV(B)36.92º54.17%18.82%-
XYZ2.062.071.05-
YUV39.17118.31134.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=44.44%
G=35.19%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48382200.210.540.8136.9237.1413.73
Hex30261601536512525e
Octal60462602566121454516
Binary1100001001101011001010111011010100011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302616; }

 p { color: rgb(48,38,22); }

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

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

 a { background-color: rgb(48,38,22); }

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

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

 span { border-color: rgb(48,38,22); }

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