#302309

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

Shades of Black Magic #302309

Tints of Black Magic #302309

Color information

#302309 (or 0x302309) is unknown color: approx Black Magic. HEX triplet: 30, 23 and 09. RGB value is (48,35,9). Sum of RGB (Red+Green+Blue) = 48+35+9=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #302309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302309 is #CFDCF6. Grayscale: #242424. Windows color (decimal): -13622519 or 598832. OLE color: 598832.

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

Color convert

RGB48359-
CMYK00.270.810.81
HSL40º68.42%11.18%-
HSV(B)40º81.25%18.82%-
XYZ1.871.850.52-
YUV35.92112.81136.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=52.17%
G=38.04%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4835900.270.810.814068.4211.18
Hex3023901B51512844b
Octal6043110331211215010413
Binary11000010001110010110111010001101000110100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302309; }

 p { color: rgb(48,35,9); }

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

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

 a { background-color: rgb(48,35,9); }

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

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

 span { border-color: rgb(48,35,9); }

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