#261F15

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

Shades of Black Magic #261F15

Tints of Black Magic #261F15

Color information

#261F15 (or 0x261F15) is unknown color: approx Black Magic. HEX triplet: 26, 1F and 15. RGB value is (38,31,21). Sum of RGB (Red+Green+Blue) = 38+31+21=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #261F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F15 is #D9E0EA. Grayscale: #1F1F1F. Windows color (decimal): -14278891 or 1384230. OLE color: 1384230.

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

Color convert

RGB383121-
CMYK00.180.450.85
HSL35.29º28.81%11.57%-
HSV(B)35.29º44.74%14.9%-
XYZ1.421.450.91-
YUV31.95121.82132.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=42.22%
G=34.44%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38312100.180.450.8535.2928.8111.57
Hex261F150122D55231dc
Octal46372502255125433514
Binary10011011111101010100101011011010101100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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