#302001

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

Shades of Black Magic #302001

Tints of Black Magic #302001

Color information

#302001 (or 0x302001) is unknown color: approx Black Magic. HEX triplet: 30, 20 and 01. RGB value is (48,32,1). Sum of RGB (Red+Green+Blue) = 48+32+1=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #302001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302001 is #CFDFFE. Grayscale: #212121. Windows color (decimal): -13623295 or 73776. OLE color: 73776.

HSL color Cylindrical-coordinate representation of color #302001: hue angle of 39.57º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #302001 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB48321-
CMYK00.330.980.81
HSL39.57º95.92%9.61%-
HSV(B)39.57º97.92%18.82%-
XYZ1.741.660.26-
YUV33.25109.8138.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 32 (12.89% from 255) = 39.51%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=59.26%
G=39.51%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832100.330.980.8139.5795.929.61
Hex3020102162512860a
Octal604010411421215014012
Binary110000100000101000011100010101000110100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302001; }

 p { color: rgb(48,32,1); }

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

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

 a { background-color: rgb(48,32,1); }

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

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

 span { border-color: rgb(48,32,1); }

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