Html Css Color HEX #251520 Melanzane

📋 copy color: '#251520'

red 37 ◦ green 21 ◦ blue 32

#251520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #251520

Tints of Melanzane #251520

RGB

 RED value IS 37 (14.84% from 255) = 41.11%

 GREEN value IS 21 (8.59% from 255) = 23.33%

 BLUE value IS 32 (12.89% from 255) = 35.56%

R = 41.11%
G = 23.33%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#251520 (or 0x251520) is known color: Melanzane. HEX triplet: 25, 15 and 20. RGB value is (37,21,32). Sum of RGB (Red+Green+Blue) = 37+21+32=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251520 is #DAEADF. Grayscale: #1B1B1B. Windows color (decimal): -14346976 or 2102565. OLE color: 2102565.

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

Color convert

RGB 37 21 32 -
CMYK 0 0.43 0.14 0.85
HSL 318.75º 0.28% 0.11% -
HSV(B) 318.75º 0.43% 0.15% -
XYZ 1.29 1.03 1.5 -
YUV 27.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 37 21 32 0 0.43 0.14 0.85 318.75 0.28 0.11
Hex 25 15 20 0 2B E 55 13F 1C B
Octal 45 25 40 0 53 16 125 477 34 13
Binary 100101 10101 100000 0 101011 1110 1010101 100111111 11100 1011

Color Harmonies of #251520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251520

Black with #251520

Text Example


Text Example

White with #251520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251520; }

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

 H1.HeaderClassName
 {
   color: #251520;
 }
 .AnyTagClassName
 {
   color: #251520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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