#302713

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

Shades of Black Magic #302713

Tints of Black Magic #302713

Color information

#302713 (or 0x302713) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 13. RGB value is (48,39,19). Sum of RGB (Red+Green+Blue) = 48+39+19=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302713 is #CFD8EC. Grayscale: #272727. Windows color (decimal): -13621485 or 1255216. OLE color: 1255216.

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

Color convert

RGB483919-
CMYK00.190.600.81
HSL41.38º43.28%13.14%-
HSV(B)41.38º60.42%18.82%-
XYZ2.062.130.92-
YUV39.41116.48134.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.28%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=45.28%
G=36.79%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48391900.190.600.8141.3843.2813.14
Hex3027130133C51292bd
Octal60472302374121515315
Binary1100001001111001101001111110010100011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302713; }

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

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

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

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

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

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

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

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