#262014

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

Shades of Black Magic #262014

Tints of Black Magic #262014

Color information

#262014 (or 0x262014) is unknown color: approx Black Magic. HEX triplet: 26, 20 and 14. RGB value is (38,32,20). Sum of RGB (Red+Green+Blue) = 38+32+20=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 38 - color contains mainly: red. Hex color #262014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262014 is #D9DFEB. Grayscale: #202020. Windows color (decimal): -14278636 or 1318950. OLE color: 1318950.

HSL color Cylindrical-coordinate representation of color #262014: hue angle of 40º 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 #262014 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB383220-
CMYK00.160.470.85
HSL40º31.03%11.37%-
HSV(B)40º47.37%14.9%-
XYZ1.441.50.87-
YUV32.43120.99131.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 20 (8.20% from 255) = 22.22%
R=42.22%
G=35.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38322000.160.470.854031.0311.37
Hex2620140102F55281fb
Octal46402402057125503713
Binary100110100000101000100001011111010101101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262014; }

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

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

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

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

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

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

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

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