#302409

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

Shades of Black Magic #302409

Tints of Black Magic #302409

Color information

#302409 (or 0x302409) is unknown color: approx Black Magic. HEX triplet: 30, 24 and 09. RGB value is (48,36,9). Sum of RGB (Red+Green+Blue) = 48+36+9=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #302409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302409 is #CFDBF6. Grayscale: #242424. Windows color (decimal): -13622263 or 599088. OLE color: 599088.

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

Color convert

RGB48369-
CMYK00.250.810.81
HSL41.54º68.42%11.18%-
HSV(B)41.54º81.25%18.82%-
XYZ1.91.910.53-
YUV36.51112.48136.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=51.61%
G=38.71%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4836900.250.810.8141.5468.4211.18
Hex3024901951512a44b
Octal6044110311211215210413
Binary11000010010010010110011010001101000110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302409; }

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

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

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

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

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

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

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

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