Html Css Color HEX #25141E Melanzane

📋 copy color: '#25141E'

red 37 ◦ green 20 ◦ blue 30

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

Shades of Melanzane #25141E

Tints of Melanzane #25141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 34.48%

R = 42.53%
G = 22.99%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25141E (or 0x25141E) is known color: Melanzane. HEX triplet: 25, 14 and 1E. RGB value is (37,20,30). Sum of RGB (Red+Green+Blue) = 37+20+30=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25141E is #DAEBE1. Grayscale: #1A1A1A. Windows color (decimal): -14347234 or 1971237. OLE color: 1971237.

HSL color Cylindrical-coordinate representation of color #25141E: hue angle of 324.71º 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 #25141E is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 20 30 -
CMYK 0 0.46 0.19 0.85
HSL 324.71º 0.3% 0.11% -
HSV(B) 324.71º 0.46% 0.15% -
XYZ 1.25 0.99 1.35 -
YUV 26.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 37 20 30 0 0.46 0.19 0.85 324.71 0.3 0.11
Hex 25 14 1E 0 2E 13 55 145 1E B
Octal 45 24 36 0 56 23 125 505 36 13
Binary 100101 10100 11110 0 101110 10011 1010101 101000101 11110 1011

Color Harmonies of #25141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25141E

Black with #25141E

Text Example


Text Example

White with #25141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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