#302618

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

Shades of Black Magic #302618

Tints of Black Magic #302618

Color information

#302618 (or 0x302618) is unknown color: approx Black Magic. HEX triplet: 30, 26 and 18. RGB value is (48,38,24). Sum of RGB (Red+Green+Blue) = 48+38+24=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302618 is #CFD9E7. Grayscale: #272727. Windows color (decimal): -13621736 or 1582640. OLE color: 1582640.

HSL color Cylindrical-coordinate representation of color #302618: hue angle of 35º 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 #302618 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB483824-
CMYK00.210.50.81
HSL35º33.33%14.12%-
HSV(B)35º50%18.82%-
XYZ2.082.081.16-
YUV39.39119.31134.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=43.64%
G=34.55%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48382400.210.50.813533.3314.12
Hex30261801532512321e
Octal60463002562121434116
Binary1100001001101100001010111001010100011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302618; }

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

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

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

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

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

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

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

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