#261921

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

Shades of Melanzane #261921

Tints of Melanzane #261921

Color information

#261921 (or 0x261921) is unknown color: approx Melanzane. HEX triplet: 26, 19 and 21. RGB value is (38,25,33). Sum of RGB (Red+Green+Blue) = 38+25+33=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 38 - color contains mainly: red. Hex color #261921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261921 is #D9E6DE. Grayscale: #1D1D1D. Windows color (decimal): -14280415 or 2169126. OLE color: 2169126.

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

Color convert

RGB382533-
CMYK00.340.130.85
HSL323.08º20.63%12.35%-
HSV(B)323.08º34.21%14.9%-
XYZ1.421.221.6-
YUV29.8129.81133.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38253300.340.130.85323.0820.6312.35
Hex261921022D5514315c
Octal463141042151255032514
Binary10011011001100001010001011011010101101000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261921; }

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

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

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

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

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

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

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

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