#262117

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

Shades of Black Magic #262117

Tints of Black Magic #262117

Color information

#262117 (or 0x262117) is unknown color: approx Black Magic. HEX triplet: 26, 21 and 17. RGB value is (38,33,23). Sum of RGB (Red+Green+Blue) = 38+33+23=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #262117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262117 is #D9DEE8. Grayscale: #212121. Windows color (decimal): -14278377 or 1515814. OLE color: 1515814.

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

Color convert

RGB383323-
CMYK00.130.390.85
HSL40º24.59%11.96%-
HSV(B)40º39.47%14.9%-
XYZ1.51.561.03-
YUV33.35122.16131.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 23 (9.38% from 255) = 24.47%
R=40.43%
G=35.11%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38332300.130.390.854024.5911.96
Hex2621170D27552819c
Octal46412701547125503114
Binary10011010000110111011011001111010101101000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262117; }

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

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

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

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

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

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

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

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