#261F14

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

Shades of Black Magic #261F14

Tints of Black Magic #261F14

Color information

#261F14 (or 0x261F14) is unknown color: approx Black Magic. HEX triplet: 26, 1F and 14. RGB value is (38,31,20). Sum of RGB (Red+Green+Blue) = 38+31+20=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #261F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F14 is #D9E0EB. Grayscale: #1F1F1F. Windows color (decimal): -14278892 or 1318694. OLE color: 1318694.

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

Color convert

RGB383120-
CMYK00.180.470.85
HSL36.67º31.03%11.37%-
HSV(B)36.67º47.37%14.9%-
XYZ1.421.440.87-
YUV31.84121.32132.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=42.70%
G=34.83%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38312000.180.470.8536.6731.0311.37
Hex261F140122F55251fb
Octal46372402257125453713
Binary10011011111101000100101011111010101100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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