#30270F

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

Shades of Black Magic #30270F

Tints of Black Magic #30270F

Color information

#30270F (or 0x30270F) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 0F. RGB value is (48,39,15). Sum of RGB (Red+Green+Blue) = 48+39+15=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30270F is #CFD8F0. Grayscale: #272727. Windows color (decimal): -13621489 or 993072. OLE color: 993072.

HSL color Cylindrical-coordinate representation of color #30270F: hue angle of 43.64º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30270F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB483915-
CMYK00.190.690.81
HSL43.64º52.38%12.35%-
HSV(B)43.64º68.75%18.82%-
XYZ2.032.110.75-
YUV38.96114.48134.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=47.06%
G=38.24%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48391500.190.690.8143.6452.3812.35
Hex3027F01345512c34c
Octal604717023105121546414
Binary1100001001111111010011100010110100011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30270F; }

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

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

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

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

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

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

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

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