#262017

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

Shades of Black Magic #262017

Tints of Black Magic #262017

Color information

#262017 (or 0x262017) is unknown color: approx Black Magic. HEX triplet: 26, 20 and 17. RGB value is (38,32,23). Sum of RGB (Red+Green+Blue) = 38+32+23=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #262017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262017 is #D9DFE8. Grayscale: #202020. Windows color (decimal): -14278633 or 1515558. OLE color: 1515558.

HSL color Cylindrical-coordinate representation of color #262017: hue angle of 36º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #262017 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB383223-
CMYK00.160.390.85
HSL36º24.59%11.96%-
HSV(B)36º39.47%14.9%-
XYZ1.471.511.02-
YUV32.77122.49131.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=40.86%
G=34.41%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38322300.160.390.853624.5911.96
Hex26201701027552419c
Octal46402702047125443114
Binary100110100000101110100001001111010101100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262017; }

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

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

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

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

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

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

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

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