Html Css Color HEX #251920 Melanzane

📋 copy color: '#251920'

red 37 ◦ green 25 ◦ blue 32

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

Shades of Melanzane #251920

Tints of Melanzane #251920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.6%

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

R = 39.36%
G = 26.6%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#251920 (or 0x251920) is known color: Melanzane. HEX triplet: 25, 19 and 20. RGB value is (37,25,32). Sum of RGB (Red+Green+Blue) = 37+25+32=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251920 is #DAE6DF. Grayscale: #1D1D1D. Windows color (decimal): -14345952 or 2103589. OLE color: 2103589.

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

Color convert

RGB 37 25 32 -
CMYK 0 0.32 0.14 0.85
HSL 325º 0.19% 0.12% -
HSV(B) 325º 0.32% 0.15% -
XYZ 1.37 1.19 1.52 -
YUV 29.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 37 25 32 0 0.32 0.14 0.85 325 0.19 0.12
Hex 25 19 20 0 20 E 55 145 13 C
Octal 45 31 40 0 40 16 125 505 23 14
Binary 100101 11001 100000 0 100000 1110 1010101 101000101 10011 1100

Color Harmonies of #251920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251920

Black with #251920

Text Example


Text Example

White with #251920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251920; }

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

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

background-color css

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

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

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

border-color css

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

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

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