#261E0E

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

Shades of Black Magic #261E0E

Tints of Black Magic #261E0E

Color information

#261E0E (or 0x261E0E) is unknown color: approx Black Magic. HEX triplet: 26, 1E and 0E. RGB value is (38,30,14). Sum of RGB (Red+Green+Blue) = 38+30+14=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #261E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E0E is #D9E1F1. Grayscale: #1E1E1E. Windows color (decimal): -14279154 or 925222. OLE color: 925222.

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

Color convert

RGB383014-
CMYK00.210.630.85
HSL40º46.15%10.2%-
HSV(B)40º63.16%14.9%-
XYZ1.341.370.61-
YUV30.57118.65133.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.34%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=46.34%
G=36.59%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38301400.210.630.854046.1510.2
Hex261EE0153F55282ea
Octal46361602577125505612
Binary10011011110111001010111111110101011010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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