#26231E

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

Shades of Black Magic #26231E

Tints of Black Magic #26231E

Color information

#26231E (or 0x26231E) is unknown color: approx Black Magic. HEX triplet: 26, 23 and 1E. RGB value is (38,35,30). Sum of RGB (Red+Green+Blue) = 38+35+30=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 38 - color contains mainly: red. Hex color #26231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26231E is #D9DCE1. Grayscale: #232323. Windows color (decimal): -14277858 or 1975078. OLE color: 1975078.

HSL color Cylindrical-coordinate representation of color #26231E: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #26231E is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB383530-
CMYK00.080.210.85
HSL37.5º11.76%13.33%-
HSV(B)37.5º21.05%14.9%-
XYZ1.631.711.47-
YUV35.33124.99129.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.89%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=36.89%
G=33.98%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38353000.080.210.8537.511.7613.33
Hex26231E08155526cd
Octal46433601025125461415
Binary100110100011111100100010101101010110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26231E; }

 p { color: rgb(38,35,30); }

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

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

 a { background-color: rgb(38,35,30); }

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

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

 span { border-color: rgb(38,35,30); }

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