#261A04

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

Shades of Black Magic #261A04

Tints of Black Magic #261A04

Color information

#261A04 (or 0x261A04) is unknown color: approx Black Magic. HEX triplet: 26, 1A and 04. RGB value is (38,26,4). Sum of RGB (Red+Green+Blue) = 38+26+4=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #261A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A04 is #D9E5FB. Grayscale: #1B1B1B. Windows color (decimal): -14280188 or 268838. OLE color: 268838.

HSL color Cylindrical-coordinate representation of color #261A04: hue angle of 38.82º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261A04 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB38264-
CMYK00.320.890.85
HSL38.82º80.95%8.24%-
HSV(B)38.82º89.47%14.9%-
XYZ1.191.160.28-
YUV27.08114.98135.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 26 (10.55% from 255) = 38.24%
BLUE value IS 4 (1.95% from 255) = 5.88%
R=55.88%
G=38.24%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3826400.320.890.8538.8280.958.24
Hex261A4020595527518
Octal463240401311254712110
Binary1001101101010001000001011001101010110011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,26,4); }

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

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

 a { background-color: rgb(38,26,4); }

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

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

 span { border-color: rgb(38,26,4); }

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