#261621

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

Shades of Melanzane #261621

Tints of Melanzane #261621

Color information

#261621 (or 0x261621) is unknown color: approx Melanzane. HEX triplet: 26, 16 and 21. RGB value is (38,22,33). Sum of RGB (Red+Green+Blue) = 38+22+33=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #261621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261621 is #D9E9DE. Grayscale: #1C1C1C. Windows color (decimal): -14281183 or 2168358. OLE color: 2168358.

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

Color convert

RGB382233-
CMYK00.420.130.85
HSL318.75º26.67%11.76%-
HSV(B)318.75º42.11%14.9%-
XYZ1.361.11.58-
YUV28.04130.8135.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=40.86%
G=23.66%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38223300.420.130.85318.7526.6711.76
Hex26162102AD5513f1bc
Octal462641052151254773314
Binary10011010110100001010101011011010101100111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261621; }

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

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

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

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

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

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

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

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