Html Css Color HEX #251A20 Melanzane

📋 copy color: '#251A20'

red 37 ◦ green 26 ◦ blue 32

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

Shades of Melanzane #251A20

Tints of Melanzane #251A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.37%

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

R = 38.95%
G = 27.37%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#251A20 (or 0x251A20) is known color: Melanzane. HEX triplet: 25, 1A and 20. RGB value is (37,26,32). Sum of RGB (Red+Green+Blue) = 37+26+32=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #251A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A20 is #DAE5DF. Grayscale: #1D1D1D. Windows color (decimal): -14345696 or 2103845. OLE color: 2103845.

HSL color Cylindrical-coordinate representation of color #251A20: hue angle of 327.27º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251A20 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 26 32 -
CMYK 0 0.30 0.14 0.85
HSL 327.27º 0.17% 0.12% -
HSV(B) 327.27º 0.3% 0.15% -
XYZ 1.39 1.24 1.53 -
YUV 29.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 37 26 32 0 0.30 0.14 0.85 327.27 0.17 0.12
Hex 25 1A 20 0 1E E 55 147 11 C
Octal 45 32 40 0 36 16 125 507 21 14
Binary 100101 11010 100000 0 11110 1110 1010101 101000111 10001 1100

Color Harmonies of #251A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A20

Black with #251A20

Text Example


Text Example

White with #251A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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