#261421

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

Shades of Melanzane #261421

Tints of Melanzane #261421

Color information

#261421 (or 0x261421) is unknown color: approx Melanzane. HEX triplet: 26, 14 and 21. RGB value is (38,20,33). Sum of RGB (Red+Green+Blue) = 38+20+33=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #261421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261421 is #D9EBDE. Grayscale: #1A1A1A. Windows color (decimal): -14281695 or 2167846. OLE color: 2167846.

HSL color Cylindrical-coordinate representation of color #261421: hue angle of 316.67º 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 #261421 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB382033-
CMYK00.470.130.85
HSL316.67º31.03%11.37%-
HSV(B)316.67º47.37%14.9%-
XYZ1.321.021.57-
YUV26.86131.46135.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=41.76%
G=21.98%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38203300.470.130.85316.6731.0311.37
Hex26142102FD5513d1fb
Octal462441057151254753713
Binary10011010100100001010111111011010101100111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261421; }

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

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

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

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

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

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

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

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