#30271D

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

Shades of Black Magic #30271D

Tints of Black Magic #30271D

Color information

#30271D (or 0x30271D) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 1D. RGB value is (48,39,29). Sum of RGB (Red+Green+Blue) = 48+39+29=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30271D is #CFD8E2. Grayscale: #282828. Windows color (decimal): -13621475 or 1910576. OLE color: 1910576.

HSL color Cylindrical-coordinate representation of color #30271D: hue angle of 31.58º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30271D is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB483929-
CMYK00.190.400.81
HSL31.58º24.68%15.1%-
HSV(B)31.58º39.58%18.82%-
XYZ2.172.171.47-
YUV40.55121.48133.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 29 (11.72% from 255) = 25%
R=41.38%
G=33.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48392900.190.400.8131.5824.6815.1
Hex30271D01328512019f
Octal60473502350121403117
Binary110000100111111010100111010001010001100000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30271D; }

 p { color: rgb(48,39,29); }

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

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

 a { background-color: rgb(48,39,29); }

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

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

 span { border-color: rgb(48,39,29); }

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