Html Css Color HEX #251120 Melanzane

📋 copy color: '#251120'

red 37 ◦ green 17 ◦ blue 32

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

Shades of Melanzane #251120

Tints of Melanzane #251120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

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

R = 43.02%
G = 19.77%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#251120 (or 0x251120) is known color: Melanzane. HEX triplet: 25, 11 and 20. RGB value is (37,17,32). Sum of RGB (Red+Green+Blue) = 37+17+32=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #251120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251120 is #DAEEDF. Grayscale: #181818. Windows color (decimal): -14348000 or 2101541. OLE color: 2101541.

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

Color convert

RGB 37 17 32 -
CMYK 0 0.54 0.14 0.85
HSL 315º 0.37% 0.11% -
HSV(B) 315º 0.54% 0.15% -
XYZ 1.22 0.9 1.48 -
YUV 24.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 37 17 32 0 0.54 0.14 0.85 315 0.37 0.11
Hex 25 11 20 0 36 E 55 13B 25 B
Octal 45 21 40 0 66 16 125 473 45 13
Binary 100101 10001 100000 0 110110 1110 1010101 100111011 100101 1011

Color Harmonies of #251120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251120

Black with #251120

Text Example


Text Example

White with #251120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251120; }

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

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

background-color css

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

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

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

border-color css

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

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

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