#30271B

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

Shades of Black Magic #30271B

Tints of Black Magic #30271B

Color information

#30271B (or 0x30271B) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 1B. RGB value is (48,39,27). Sum of RGB (Red+Green+Blue) = 48+39+27=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30271B is #CFD8E4. Grayscale: #282828. Windows color (decimal): -13621477 or 1779504. OLE color: 1779504.

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

Color convert

RGB483927-
CMYK00.190.440.81
HSL34.29º28%14.71%-
HSV(B)34.29º43.75%18.82%-
XYZ2.142.161.34-
YUV40.32120.48133.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=42.11%
G=34.21%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48392700.190.440.8134.292814.71
Hex30271B0132C51221cf
Octal60473302354121423417
Binary110000100111110110100111011001010001100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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