#261C09

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

Shades of Black Magic #261C09

Tints of Black Magic #261C09

Color information

#261C09 (or 0x261C09) is unknown color: approx Black Magic. HEX triplet: 26, 1C and 09. RGB value is (38,28,9). Sum of RGB (Red+Green+Blue) = 38+28+9=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #261C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C09 is #D9E3F6. Grayscale: #1C1C1C. Windows color (decimal): -14279671 or 597030. OLE color: 597030.

HSL color Cylindrical-coordinate representation of color #261C09: hue angle of 39.31º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261C09 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB38289-
CMYK00.260.760.85
HSL39.31º61.7%9.22%-
HSV(B)39.31º76.32%14.9%-
XYZ1.261.260.44-
YUV28.82116.81134.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50.67%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 9 (3.91% from 255) = 12%
R=50.67%
G=37.33%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3828900.260.760.8539.3161.79.22
Hex261C901A4C55273e9
Octal463411032114125477611
Binary100110111001001011010100110010101011001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,9); }

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

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

 a { background-color: rgb(38,28,9); }

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

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

 span { border-color: rgb(38,28,9); }

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