#302413

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

Shades of Black Magic #302413

Tints of Black Magic #302413

Color information

#302413 (or 0x302413) is unknown color: approx Black Magic. HEX triplet: 30, 24 and 13. RGB value is (48,36,19). Sum of RGB (Red+Green+Blue) = 48+36+19=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302413 is #CFDBEC. Grayscale: #252525. Windows color (decimal): -13622253 or 1254448. OLE color: 1254448.

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

Color convert

RGB483619-
CMYK00.250.600.81
HSL35.17º43.28%13.14%-
HSV(B)35.17º60.42%18.82%-
XYZ1.971.940.89-
YUV37.65117.48135.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=46.60%
G=34.95%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48361900.250.600.8135.1743.2813.14
Hex3024130193C51232bd
Octal60442303174121435315
Binary1100001001001001101100111110010100011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302413; }

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

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

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

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

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

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

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

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