#302717

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

Shades of Black Magic #302717

Tints of Black Magic #302717

Color information

#302717 (or 0x302717) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 17. RGB value is (48,39,23). Sum of RGB (Red+Green+Blue) = 48+39+23=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302717 is #CFD8E8. Grayscale: #272727. Windows color (decimal): -13621481 or 1517360. OLE color: 1517360.

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

Color convert

RGB483923-
CMYK00.190.520.81
HSL38.4º35.21%13.92%-
HSV(B)38.4º52.08%18.82%-
XYZ2.12.141.11-
YUV39.87118.48133.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=43.64%
G=35.45%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48392300.190.520.8138.435.2113.92
Hex30271701334512623e
Octal60472702364121464316
Binary1100001001111011101001111010010100011001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302717; }

 p { color: rgb(48,39,23); }

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

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

 a { background-color: rgb(48,39,23); }

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

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

 span { border-color: rgb(48,39,23); }

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