#302819

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

Shades of Black Magic #302819

Tints of Black Magic #302819

Color information

#302819 (or 0x302819) is unknown color: approx Black Magic. HEX triplet: 30, 28 and 19. RGB value is (48,40,25). Sum of RGB (Red+Green+Blue) = 48+40+25=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302819 is #CFD7E6. Grayscale: #282828. Windows color (decimal): -13621223 or 1648688. OLE color: 1648688.

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

Color convert

RGB484025-
CMYK00.170.480.81
HSL39.13º31.51%14.31%-
HSV(B)39.13º47.92%18.82%-
XYZ2.152.221.23-
YUV40.68119.15133.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=42.48%
G=35.40%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48402500.170.480.8139.1331.5114.31
Hex30281901130512720e
Octal60503102160121474016
Binary1100001010001100101000111000010100011001111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302819; }

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

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

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

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

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

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

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

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