#302918

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

Shades of Black Magic #302918

Tints of Black Magic #302918

Color information

#302918 (or 0x302918) is unknown color: approx Black Magic. HEX triplet: 30, 29 and 18. RGB value is (48,41,24). Sum of RGB (Red+Green+Blue) = 48+41+24=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302918 is #CFD6E7. Grayscale: #292929. Windows color (decimal): -13620968 or 1583408. OLE color: 1583408.

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

Color convert

RGB484124-
CMYK00.150.50.81
HSL42.5º33.33%14.12%-
HSV(B)42.5º50%18.82%-
XYZ2.182.281.19-
YUV41.15118.32132.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=42.48%
G=36.28%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48412400.150.50.8142.533.3314.12
Hex3029180F32512a21e
Octal60513001762121524116
Binary110000101001110000111111001010100011010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302918; }

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

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

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

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

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

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

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

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