#26231F

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

Shades of Black Magic #26231F

Tints of Black Magic #26231F

Color information

#26231F (or 0x26231F) is unknown color: approx Black Magic. HEX triplet: 26, 23 and 1F. RGB value is (38,35,31). Sum of RGB (Red+Green+Blue) = 38+35+31=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 38 - color contains mainly: red. Hex color #26231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26231F is #D9DCE0. Grayscale: #232323. Windows color (decimal): -14277857 or 2040614. OLE color: 2040614.

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

Color convert

RGB383531-
CMYK00.080.180.85
HSL34.29º10.14%13.53%-
HSV(B)34.29º18.42%14.9%-
XYZ1.651.711.54-
YUV35.44125.49129.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=36.54%
G=33.65%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38353100.080.180.8534.2910.1413.53
Hex26231F08125522ae
Octal46433701022125421216
Binary100110100011111110100010010101010110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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