#262119

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

Shades of Black Magic #262119

Tints of Black Magic #262119

Color information

#262119 (or 0x262119) is unknown color: approx Black Magic. HEX triplet: 26, 21 and 19. RGB value is (38,33,25). Sum of RGB (Red+Green+Blue) = 38+33+25=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 38 - color contains mainly: red. Hex color #262119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262119 is #D9DEE6. Grayscale: #212121. Windows color (decimal): -14278375 or 1646886. OLE color: 1646886.

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

Color convert

RGB383325-
CMYK00.130.340.85
HSL36.92º20.63%12.35%-
HSV(B)36.92º34.21%14.9%-
XYZ1.521.571.14-
YUV33.58123.16131.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=39.58%
G=34.38%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38332500.130.340.8536.9220.6312.35
Hex2621190D22552515c
Octal46413101542125452514
Binary10011010000111001011011000101010101100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262119; }

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

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

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

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

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

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

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

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