#261623

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

Shades of Melanzane #261623

Tints of Melanzane #261623

Color information

#261623 (or 0x261623) is unknown color: approx Melanzane. HEX triplet: 26, 16 and 23. RGB value is (38,22,35). Sum of RGB (Red+Green+Blue) = 38+22+35=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 38 - color contains mainly: red. Hex color #261623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261623 is #D9E9DC. Grayscale: #1C1C1C. Windows color (decimal): -14281181 or 2299430. OLE color: 2299430.

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

Color convert

RGB382235-
CMYK00.420.080.85
HSL311.25º26.67%11.76%-
HSV(B)311.25º42.11%14.9%-
XYZ1.391.111.73-
YUV28.27131.8134.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 35 (14.06% from 255) = 36.84%
R=40%
G=23.16%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38223500.420.080.85311.2526.6711.76
Hex26162302A8551371bc
Octal462643052101254673314
Binary10011010110100011010101010001010101100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261623; }

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

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

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

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

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

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

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

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