#261721

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

Shades of Melanzane #261721

Tints of Melanzane #261721

Color information

#261721 (or 0x261721) is unknown color: approx Melanzane. HEX triplet: 26, 17 and 21. RGB value is (38,23,33). Sum of RGB (Red+Green+Blue) = 38+23+33=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #261721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261721 is #D9E8DE. Grayscale: #1C1C1C. Windows color (decimal): -14280927 or 2168614. OLE color: 2168614.

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

Color convert

RGB382333-
CMYK00.390.130.85
HSL320º24.59%11.96%-
HSV(B)320º39.47%14.9%-
XYZ1.381.131.59-
YUV28.62130.47134.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=40.43%
G=24.47%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38233300.390.130.8532024.5911.96
Hex261721027D5514019c
Octal462741047151255003114
Binary10011010111100001010011111011010101101000000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261721; }

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

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

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

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

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

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

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

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