#302814

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

Shades of Black Magic #302814

Tints of Black Magic #302814

Color information

#302814 (or 0x302814) is unknown color: approx Black Magic. HEX triplet: 30, 28 and 14. RGB value is (48,40,20). Sum of RGB (Red+Green+Blue) = 48+40+20=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302814 is #CFD7EB. Grayscale: #282828. Windows color (decimal): -13621228 or 1321008. OLE color: 1321008.

HSL color Cylindrical-coordinate representation of color #302814: hue angle of 42.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302814 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB484020-
CMYK00.170.580.81
HSL42.86º41.18%13.33%-
HSV(B)42.86º58.33%18.82%-
XYZ2.12.20.97-
YUV40.11116.65133.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=44.44%
G=37.04%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48402000.170.580.8142.8641.1813.33
Hex3028140113A512b29d
Octal60502402172121535115
Binary1100001010001010001000111101010100011010111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302814; }

 p { color: rgb(48,40,20); }

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

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

 a { background-color: rgb(48,40,20); }

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

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

 span { border-color: rgb(48,40,20); }

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