Html Css Color HEX #251420 Melanzane

📋 copy color: '#251420'

red 37 ◦ green 20 ◦ blue 32

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

Shades of Melanzane #251420

Tints of Melanzane #251420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

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

R = 41.57%
G = 22.47%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#251420 (or 0x251420) is known color: Melanzane. HEX triplet: 25, 14 and 20. RGB value is (37,20,32). Sum of RGB (Red+Green+Blue) = 37+20+32=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251420 is #DAEBDF. Grayscale: #1A1A1A. Windows color (decimal): -14347232 or 2102309. OLE color: 2102309.

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

Color convert

RGB 37 20 32 -
CMYK 0 0.46 0.14 0.85
HSL 317.65º 0.3% 0.11% -
HSV(B) 317.65º 0.46% 0.15% -
XYZ 1.27 1 1.49 -
YUV 26.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 37 20 32 0 0.46 0.14 0.85 317.65 0.3 0.11
Hex 25 14 20 0 2E E 55 13E 1E B
Octal 45 24 40 0 56 16 125 476 36 13
Binary 100101 10100 100000 0 101110 1110 1010101 100111110 11110 1011

Color Harmonies of #251420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251420

Black with #251420

Text Example


Text Example

White with #251420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251420; }

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

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

background-color css

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

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

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

border-color css

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

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

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