#262420

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

Shades of Black Magic #262420

Tints of Black Magic #262420

Color information

#262420 (or 0x262420) is unknown color: approx Black Magic. HEX triplet: 26, 24 and 20. RGB value is (38,36,32). Sum of RGB (Red+Green+Blue) = 38+36+32=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 38 - color contains mainly: red. Hex color #262420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262420 is #D9DBDF. Grayscale: #242424. Windows color (decimal): -14277600 or 2106406. OLE color: 2106406.

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

Color convert

RGB383632-
CMYK00.050.160.85
HSL40º8.57%13.73%-
HSV(B)40º15.79%14.9%-
XYZ1.691.781.62-
YUV36.14125.66129.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=35.85%
G=33.96%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38363200.050.160.85408.5713.73
Hex262420051055289e
Octal4644400520125501116
Binary100110100100100000010110000101010110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262420; }

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

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

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

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

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

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

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

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