#262421

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

Shades of Black Magic #262421

Tints of Black Magic #262421

Color information

#262421 (or 0x262421) is unknown color: approx Black Magic. HEX triplet: 26, 24 and 21. RGB value is (38,36,33). Sum of RGB (Red+Green+Blue) = 38+36+33=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 38 - color contains mainly: red. Hex color #262421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262421 is #D9DBDE. Grayscale: #242424. Windows color (decimal): -14277599 or 2171942. OLE color: 2171942.

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

Color convert

RGB383633-
CMYK00.050.130.85
HSL36º7.04%13.92%-
HSV(B)36º13.16%14.9%-
XYZ1.71.781.69-
YUV36.26126.16129.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=35.51%
G=33.64%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38363300.050.130.85367.0413.92
Hex26242105D55247e
Octal464441051512544716
Binary1001101001001000010101110110101011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262421; }

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

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

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

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

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

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

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

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