#30281B

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

Shades of Black Magic #30281B

Tints of Black Magic #30281B

Color information

#30281B (or 0x30281B) is unknown color: approx Black Magic. HEX triplet: 30, 28 and 1B. RGB value is (48,40,27). Sum of RGB (Red+Green+Blue) = 48+40+27=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30281B is #CFD7E4. Grayscale: #282828. Windows color (decimal): -13621221 or 1779760. OLE color: 1779760.

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

Color convert

RGB484027-
CMYK00.170.440.81
HSL37.14º28%14.71%-
HSV(B)37.14º43.75%18.82%-
XYZ2.182.231.35-
YUV40.91120.15133.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=41.74%
G=34.78%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48402700.170.440.8137.142814.71
Hex30281B0112C51251cf
Octal60503302154121453417
Binary110000101000110110100011011001010001100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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