#261F16

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

Shades of Black Magic #261F16

Tints of Black Magic #261F16

Color information

#261F16 (or 0x261F16) is unknown color: approx Black Magic. HEX triplet: 26, 1F and 16. RGB value is (38,31,22). Sum of RGB (Red+Green+Blue) = 38+31+22=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #261F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F16 is #D9E0E9. Grayscale: #202020. Windows color (decimal): -14278890 or 1449766. OLE color: 1449766.

HSL color Cylindrical-coordinate representation of color #261F16: hue angle of 33.75º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261F16 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB383122-
CMYK00.180.420.85
HSL33.75º26.67%11.76%-
HSV(B)33.75º42.11%14.9%-
XYZ1.431.450.96-
YUV32.07122.32132.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 31 (12.5% from 255) = 34.07%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=41.76%
G=34.07%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38312200.180.420.8533.7526.6711.76
Hex261F160122A55221bc
Octal46372602252125423314
Binary10011011111101100100101010101010101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,31,22); }

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

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

 a { background-color: rgb(38,31,22); }

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

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

 span { border-color: rgb(38,31,22); }

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