#271A00

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

Shades of Black Magic #271A00

Tints of Black Magic #271A00

Color information

#271A00 (or 0x271A00) is unknown color: approx Black Magic. HEX triplet: 27, 1A and 00. RGB value is (39,26,0). Sum of RGB (Red+Green+Blue) = 39+26+0=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #271A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A00 is #D8E5FF. Grayscale: #1B1B1B. Windows color (decimal): -14214656 or 6695. OLE color: 6695.

HSL color Cylindrical-coordinate representation of color #271A00: hue angle of 40º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #271A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB39260-
CMYK00.3310.85
HSL40º100%7.65%-
HSV(B)40º100%15.29%-
XYZ1.211.170.16-
YUV26.92112.81136.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3926000.3310.85401007.65
Hex271A0021645528648
Octal473200411441255014410
Binary10011111010001000011100100101010110100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,26,0); }

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

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

 a { background-color: rgb(39,26,0); }

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

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

 span { border-color: rgb(39,26,0); }

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