#302508

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

Shades of Black Magic #302508

Tints of Black Magic #302508

Color information

#302508 (or 0x302508) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 08. RGB value is (48,37,8). Sum of RGB (Red+Green+Blue) = 48+37+8=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #302508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302508 is #CFDAF7. Grayscale: #252525. Windows color (decimal): -13622008 or 533808. OLE color: 533808.

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

Color convert

RGB48378-
CMYK00.230.830.81
HSL43.5º71.43%10.98%-
HSV(B)43.5º83.33%18.82%-
XYZ1.921.970.51-
YUV36.98111.64135.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=51.61%
G=39.78%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4837800.230.830.8143.571.4310.98
Hex3025801753512c47b
Octal6045100271231215410713
Binary11000010010110000101111010011101000110110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302508; }

 p { color: rgb(48,37,8); }

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

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

 a { background-color: rgb(48,37,8); }

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

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

 span { border-color: rgb(48,37,8); }

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