#261523

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

Shades of Melanzane #261523

Tints of Melanzane #261523

Color information

#261523 (or 0x261523) is unknown color: approx Melanzane. HEX triplet: 26, 15 and 23. RGB value is (38,21,35). Sum of RGB (Red+Green+Blue) = 38+21+35=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #261523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261523 is #D9EADC. Grayscale: #1B1B1B. Windows color (decimal): -14281437 or 2299174. OLE color: 2299174.

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

Color convert

RGB382135-
CMYK00.450.080.85
HSL310.59º28.81%11.57%-
HSV(B)310.59º44.74%14.9%-
XYZ1.371.071.72-
YUV27.68132.13135.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=40.43%
G=22.34%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38213500.450.080.85310.5928.8111.57
Hex26152302D8551371dc
Octal462543055101254673514
Binary10011010101100011010110110001010101100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261523; }

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

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

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

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

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

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

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

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