#261923

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

Shades of Melanzane #261923

Tints of Melanzane #261923

Color information

#261923 (or 0x261923) is unknown color: approx Melanzane. HEX triplet: 26, 19 and 23. RGB value is (38,25,35). Sum of RGB (Red+Green+Blue) = 38+25+35=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 38 - color contains mainly: red. Hex color #261923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261923 is #D9E6DC. Grayscale: #1E1E1E. Windows color (decimal): -14280413 or 2300198. OLE color: 2300198.

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

Color convert

RGB382535-
CMYK00.340.080.85
HSL313.85º20.63%12.35%-
HSV(B)313.85º34.21%14.9%-
XYZ1.451.231.75-
YUV30.03130.81133.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.78%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=38.78%
G=25.51%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38253500.340.080.85313.8520.6312.35
Hex26192302285513a15c
Octal463143042101254722514
Binary10011011001100011010001010001010101100111010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261923; }

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

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

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

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

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

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

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

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