#261C0B

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

Shades of Black Magic #261C0B

Tints of Black Magic #261C0B

Color information

#261C0B (or 0x261C0B) is unknown color: approx Black Magic. HEX triplet: 26, 1C and 0B. RGB value is (38,28,11). Sum of RGB (Red+Green+Blue) = 38+28+11=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C0B is #D9E3F4. Grayscale: #1D1D1D. Windows color (decimal): -14279669 or 728102. OLE color: 728102.

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

Color convert

RGB382811-
CMYK00.260.710.85
HSL37.78º55.1%9.61%-
HSV(B)37.78º71.05%14.9%-
XYZ1.271.270.49-
YUV29.05117.81134.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=49.35%
G=36.36%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38281100.260.710.8537.7855.19.61
Hex261CB01A47552637a
Octal463413032107125466712
Binary100110111001011011010100011110101011001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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