#261D23

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

Shades of Melanzane #261D23

Tints of Melanzane #261D23

Color information

#261D23 (or 0x261D23) is unknown color: approx Melanzane. HEX triplet: 26, 1D and 23. RGB value is (38,29,35). Sum of RGB (Red+Green+Blue) = 38+29+35=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 38 - color contains mainly: red. Hex color #261D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D23 is #D9E2DC. Grayscale: #202020. Windows color (decimal): -14279389 or 2301222. OLE color: 2301222.

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

Color convert

RGB382935-
CMYK00.240.080.85
HSL320º13.43%13.14%-
HSV(B)320º23.68%14.9%-
XYZ1.541.411.78-
YUV32.38129.48132.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.25%
GREEN value IS 29 (11.72% from 255) = 28.43%
BLUE value IS 35 (14.06% from 255) = 34.31%
R=37.25%
G=28.43%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38293500.240.080.8532013.4313.14
Hex261D23018855140dd
Octal463543030101255001515
Binary100110111011000110110001000101010110100000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261D23; }

 p { color: rgb(38,29,35); }

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

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

 a { background-color: rgb(38,29,35); }

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

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

 span { border-color: rgb(38,29,35); }

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