#262015

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

Shades of Black Magic #262015

Tints of Black Magic #262015

Color information

#262015 (or 0x262015) is unknown color: approx Black Magic. HEX triplet: 26, 20 and 15. RGB value is (38,32,21). Sum of RGB (Red+Green+Blue) = 38+32+21=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #262015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262015 is #D9DFEA. Grayscale: #202020. Windows color (decimal): -14278635 or 1384486. OLE color: 1384486.

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

Color convert

RGB383221-
CMYK00.160.450.85
HSL38.82º28.81%11.57%-
HSV(B)38.82º44.74%14.9%-
XYZ1.451.50.92-
YUV32.54121.49131.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=41.76%
G=35.16%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38322100.160.450.8538.8228.8111.57
Hex2620150102D55271dc
Octal46402502055125473514
Binary100110100000101010100001011011010101100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262015; }

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

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

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

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

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

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

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

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