#261820

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

Shades of Melanzane #261820

Tints of Melanzane #261820

Color information

#261820 (or 0x261820) is unknown color: approx Melanzane. HEX triplet: 26, 18 and 20. RGB value is (38,24,32). Sum of RGB (Red+Green+Blue) = 38+24+32=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #261820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261820 is #D9E7DF. Grayscale: #1D1D1D. Windows color (decimal): -14280672 or 2103334. OLE color: 2103334.

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

Color convert

RGB382432-
CMYK00.370.160.85
HSL325.71º22.58%12.16%-
HSV(B)325.71º36.84%14.9%-
XYZ1.391.171.52-
YUV29.1129.64134.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=40.43%
G=25.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38243200.370.160.85325.7122.5812.16
Hex261820025105514617c
Octal463040045201255062714
Binary100110110001000000100101100001010101101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261820; }

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

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

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

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

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

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

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

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