Html Css Color HEX #251320 Melanzane

📋 copy color: '#251320'

red 37 ◦ green 19 ◦ blue 32

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

Shades of Melanzane #251320

Tints of Melanzane #251320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

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

R = 42.05%
G = 21.59%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#251320 (or 0x251320) is known color: Melanzane. HEX triplet: 25, 13 and 20. RGB value is (37,19,32). Sum of RGB (Red+Green+Blue) = 37+19+32=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251320 is #DAECDF. Grayscale: #191919. Windows color (decimal): -14347488 or 2102053. OLE color: 2102053.

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

Color convert

RGB 37 19 32 -
CMYK 0 0.49 0.14 0.85
HSL 316.67º 0.32% 0.11% -
HSV(B) 316.67º 0.49% 0.15% -
XYZ 1.26 0.96 1.49 -
YUV 25.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 37 19 32 0 0.49 0.14 0.85 316.67 0.32 0.11
Hex 25 13 20 0 31 E 55 13D 20 B
Octal 45 23 40 0 61 16 125 475 40 13
Binary 100101 10011 100000 0 110001 1110 1010101 100111101 100000 1011

Color Harmonies of #251320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251320

Black with #251320

Text Example


Text Example

White with #251320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251320; }

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

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

background-color css

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

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

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

border-color css

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

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

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