#302411

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

Shades of Black Magic #302411

Tints of Black Magic #302411

Color information

#302411 (or 0x302411) is unknown color: approx Black Magic. HEX triplet: 30, 24 and 11. RGB value is (48,36,17). Sum of RGB (Red+Green+Blue) = 48+36+17=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302411 is #CFDBEE. Grayscale: #252525. Windows color (decimal): -13622255 or 1123376. OLE color: 1123376.

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

Color convert

RGB483617-
CMYK00.250.650.81
HSL36.77º47.69%12.75%-
HSV(B)36.77º64.58%18.82%-
XYZ1.951.930.8-
YUV37.42116.48135.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=47.52%
G=35.64%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48361700.250.650.8136.7747.6912.75
Hex30241101941512530d
Octal604421031101121456015
Binary11000010010010001011001100000110100011001011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302411; }

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

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

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

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

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

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

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

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