#261F23

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

Shades of Melanzane #261F23

Tints of Melanzane #261F23

Color information

#261F23 (or 0x261F23) is unknown color: approx Melanzane. HEX triplet: 26, 1F and 23. RGB value is (38,31,35). Sum of RGB (Red+Green+Blue) = 38+31+35=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 38 - color contains mainly: red. Hex color #261F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F23 is #D9E0DC. Grayscale: #212121. Windows color (decimal): -14278877 or 2301734. OLE color: 2301734.

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

Color convert

RGB383135-
CMYK00.180.080.85
HSL325.71º10.14%13.53%-
HSV(B)325.71º18.42%14.9%-
XYZ1.591.511.8-
YUV33.55128.82131.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=36.54%
G=29.81%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38313500.180.080.85325.7110.1413.53
Hex261F23012855146ae
Octal463743022101255061216
Binary100110111111000110100101000101010110100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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