#251321

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

Shades of Melanzane #251321

Tints of Melanzane #251321

Color information

#251321 (or 0x251321) is unknown color: approx Melanzane. HEX triplet: 25, 13 and 21. RGB value is (37,19,33). Sum of RGB (Red+Green+Blue) = 37+19+33=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251321 is #DAECDE. Grayscale: #191919. Windows color (decimal): -14347487 or 2167589. OLE color: 2167589.

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

Color convert

RGB371933-
CMYK00.490.110.85
HSL313.33º32.14%10.98%-
HSV(B)313.33º48.65%14.51%-
XYZ1.270.971.56-
YUV25.98131.96135.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=41.57%
G=21.35%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37193300.490.110.85313.3332.1410.98
Hex251321031B5513920b
Octal452341061131254714013
Binary100101100111000010110001101110101011001110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251321; }

 p { color: rgb(37,19,33); }

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

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

 a { background-color: rgb(37,19,33); }

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

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

 span { border-color: rgb(37,19,33); }

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