#261423

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

Shades of Melanzane #261423

Tints of Melanzane #261423

Color information

#261423 (or 0x261423) is unknown color: approx Melanzane. HEX triplet: 26, 14 and 23. RGB value is (38,20,35). Sum of RGB (Red+Green+Blue) = 38+20+35=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #261423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261423 is #D9EBDC. Grayscale: #1B1B1B. Windows color (decimal): -14281693 or 2298918. OLE color: 2298918.

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

Color convert

RGB382035-
CMYK00.470.080.85
HSL310º31.03%11.37%-
HSV(B)310º47.37%14.9%-
XYZ1.351.031.72-
YUV27.09132.46135.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=40.86%
G=21.51%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38203500.470.080.8531031.0311.37
Hex26142302F8551361fb
Octal462443057101254663713
Binary10011010100100011010111110001010101100110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261423; }

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

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

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

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

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

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

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

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