#261821

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

Shades of Melanzane #261821

Tints of Melanzane #261821

Color information

#261821 (or 0x261821) is unknown color: approx Melanzane. HEX triplet: 26, 18 and 21. RGB value is (38,24,33). Sum of RGB (Red+Green+Blue) = 38+24+33=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 38 - color contains mainly: red. Hex color #261821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261821 is #D9E7DE. Grayscale: #1D1D1D. Windows color (decimal): -14280671 or 2168870. OLE color: 2168870.

HSL color Cylindrical-coordinate representation of color #261821: hue angle of 321.43º 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 #261821 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB382433-
CMYK00.370.130.85
HSL321.43º22.58%12.16%-
HSV(B)321.43º36.84%14.9%-
XYZ1.41.181.59-
YUV29.21130.14134.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=40%
G=25.26%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38243300.370.130.85321.4322.5812.16
Hex261821025D5514117c
Octal463041045151255012714
Binary10011011000100001010010111011010101101000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261821; }

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

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

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

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

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

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

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

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