#261E11

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

Shades of Black Magic #261E11

Tints of Black Magic #261E11

Color information

#261E11 (or 0x261E11) is unknown color: approx Black Magic. HEX triplet: 26, 1E and 11. RGB value is (38,30,17). Sum of RGB (Red+Green+Blue) = 38+30+17=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E11 is #D9E1EE. Grayscale: #1E1E1E. Windows color (decimal): -14279151 or 1121830. OLE color: 1121830.

HSL color Cylindrical-coordinate representation of color #261E11: hue angle of 37.14º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #261E11 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB383017-
CMYK00.210.550.85
HSL37.14º38.18%10.78%-
HSV(B)37.14º55.26%14.9%-
XYZ1.361.380.72-
YUV30.91120.15133.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 30 (12.11% from 255) = 35.29%
BLUE value IS 17 (7.03% from 255) = 20%
R=44.71%
G=35.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38301700.210.550.8537.1438.1810.78
Hex261E1101537552526b
Octal46362102567125454613
Binary100110111101000101010111011110101011001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261E11; }

 p { color: rgb(38,30,17); }

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

<style>
 a { background-color: #261E11; }

 a { background-color: rgb(38,30,17); }

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

<style>
 span { border-color: #261E11; }

 span { border-color: rgb(38,30,17); }

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