#271C05

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

Shades of Black Magic #271C05

Tints of Black Magic #271C05

Color information

#271C05 (or 0x271C05) is unknown color: approx Black Magic. HEX triplet: 27, 1C and 05. RGB value is (39,28,5). Sum of RGB (Red+Green+Blue) = 39+28+5=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #271C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C05 is #D8E3FA. Grayscale: #1C1C1C. Windows color (decimal): -14214139 or 334887. OLE color: 334887.

HSL color Cylindrical-coordinate representation of color #271C05: hue angle of 40.59º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271C05 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB39285-
CMYK00.280.870.85
HSL40.59º77.27%8.63%-
HSV(B)40.59º87.18%15.29%-
XYZ1.281.270.32-
YUV28.67114.64135.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 54.17%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=54.17%
G=38.89%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3928500.280.870.8540.5977.278.63
Hex271C501C5755294d9
Octal473450341271255111511
Binary100111111001010111001010111101010110100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271C05; }

 p { color: rgb(39,28,5); }

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

<style>
 a { background-color: #271C05; }

 a { background-color: rgb(39,28,5); }

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

<style>
 span { border-color: #271C05; }

 span { border-color: rgb(39,28,5); }

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