#261B23

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

Shades of Melanzane #261B23

Tints of Melanzane #261B23

Color information

#261B23 (or 0x261B23) is unknown color: approx Melanzane. HEX triplet: 26, 1B and 23. RGB value is (38,27,35). Sum of RGB (Red+Green+Blue) = 38+27+35=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 38 - color contains mainly: red. Hex color #261B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B23 is #D9E4DC. Grayscale: #1F1F1F. Windows color (decimal): -14279901 or 2300710. OLE color: 2300710.

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

Color convert

RGB382735-
CMYK00.290.080.85
HSL316.36º16.92%12.75%-
HSV(B)316.36º28.95%14.9%-
XYZ1.491.321.77-
YUV31.2130.14132.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 35 (14.06% from 255) = 35%
R=38%
G=27%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38273500.290.080.85316.3616.9212.75
Hex261B2301D85513c11d
Octal463343035101254742115
Binary1001101101110001101110110001010101100111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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