#251320

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

Shades of Melanzane #251320

Tints of Melanzane #251320

Color information

#251320 (or 0x251320) is unknown color: approx Melanzane. HEX triplet: 25, 13 and 20. RGB value is (37,19,32). Sum of RGB (Red+Green+Blue) = 37+19+32=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251320 is #DAECDF. Grayscale: #191919. Windows color (decimal): -14347488 or 2102053. OLE color: 2102053.

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

Color convert

RGB371932-
CMYK00.490.140.85
HSL316.67º32.14%10.98%-
HSV(B)316.67º48.65%14.51%-
XYZ1.260.961.49-
YUV25.86131.46135.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=42.05%
G=21.59%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37193200.490.140.85316.6732.1410.98
Hex251320031E5513d20b
Octal452340061161254754013
Binary100101100111000000110001111010101011001111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251320; }

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

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

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

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

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

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

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

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