Html Css Color HEX #251020 Melanzane

📋 copy color: '#251020'

red 37 ◦ green 16 ◦ blue 32

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

Shades of Melanzane #251020

Tints of Melanzane #251020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 43.53%
G = 18.82%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#251020 (or 0x251020) is known color: Melanzane. HEX triplet: 25, 10 and 20. RGB value is (37,16,32). Sum of RGB (Red+Green+Blue) = 37+16+32=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #251020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251020 is #DAEFDF. Grayscale: #181818. Windows color (decimal): -14348256 or 2101285. OLE color: 2101285.

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

Color convert

RGB 37 16 32 -
CMYK 0 0.57 0.14 0.85
HSL 314.29º 0.4% 0.1% -
HSV(B) 314.29º 0.57% 0.15% -
XYZ 1.21 0.87 1.47 -
YUV 24.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 37 16 32 0 0.57 0.14 0.85 314.29 0.4 0.1
Hex 25 10 20 0 39 E 55 13A 28 A
Octal 45 20 40 0 71 16 125 472 50 12
Binary 100101 10000 100000 0 111001 1110 1010101 100111010 101000 1010

Color Harmonies of #251020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251020

Black with #251020

Text Example


Text Example

White with #251020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251020; }

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

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

background-color css

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

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

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

border-color css

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

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

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