#261E10

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

Shades of Black Magic #261E10

Tints of Black Magic #261E10

Color information

#261E10 (or 0x261E10) is unknown color: approx Black Magic. HEX triplet: 26, 1E and 10. RGB value is (38,30,16). Sum of RGB (Red+Green+Blue) = 38+30+16=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 38 - color contains mainly: red. Hex color #261E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E10 is #D9E1EF. Grayscale: #1E1E1E. Windows color (decimal): -14279152 or 1056294. OLE color: 1056294.

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

Color convert

RGB383016-
CMYK00.210.580.85
HSL38.18º40.74%10.59%-
HSV(B)38.18º57.89%14.9%-
XYZ1.361.380.68-
YUV30.8119.65133.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.24%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 16 (6.64% from 255) = 19.05%
R=45.24%
G=35.71%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38301600.210.580.8538.1840.7410.59
Hex261E100153A552629b
Octal46362002572125465113
Binary100110111101000001010111101010101011001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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