#26221B

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

Shades of Black Magic #26221B

Tints of Black Magic #26221B

Color information

#26221B (or 0x26221B) is unknown color: approx Black Magic. HEX triplet: 26, 22 and 1B. RGB value is (38,34,27). Sum of RGB (Red+Green+Blue) = 38+34+27=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 38 - color contains mainly: red. Hex color #26221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26221B is #D9DDE4. Grayscale: #222222. Windows color (decimal): -14278117 or 1778214. OLE color: 1778214.

HSL color Cylindrical-coordinate representation of color #26221B: hue angle of 38.18º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #26221B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB383427-
CMYK00.110.290.85
HSL38.18º16.92%12.75%-
HSV(B)38.18º28.95%14.9%-
XYZ1.571.641.27-
YUV34.4123.83130.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=38.38%
G=34.34%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38342700.110.290.8538.1816.9212.75
Hex26221B0B1D552611d
Octal46423301335125462115
Binary1001101000101101101011111011010101100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26221B; }

 p { color: rgb(38,34,27); }

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

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

 a { background-color: rgb(38,34,27); }

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

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

 span { border-color: rgb(38,34,27); }

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