#30281E

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

Shades of Black Magic #30281E

Tints of Black Magic #30281E

Color information

#30281E (or 0x30281E) is unknown color: approx Black Magic. HEX triplet: 30, 28 and 1E. RGB value is (48,40,30). Sum of RGB (Red+Green+Blue) = 48+40+30=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #30281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30281E is #CFD7E1. Grayscale: #292929. Windows color (decimal): -13621218 or 1976368. OLE color: 1976368.

HSL color Cylindrical-coordinate representation of color #30281E: hue angle of 33.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30281E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB484030-
CMYK00.170.370.81
HSL33.33º23.08%15.29%-
HSV(B)33.33º37.5%18.82%-
XYZ2.212.241.54-
YUV41.25121.65132.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.68%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=40.68%
G=33.90%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48403000.170.370.8133.3323.0815.29
Hex30281E01125512117f
Octal60503602145121412717
Binary110000101000111100100011001011010001100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30281E; }

 p { color: rgb(48,40,30); }

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

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

 a { background-color: rgb(48,40,30); }

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

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

 span { border-color: rgb(48,40,30); }

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