Html Css Color HEX #25141F Melanzane

📋 copy color: '#25141F'

red 37 ◦ green 20 ◦ blue 31

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

Shades of Melanzane #25141F

Tints of Melanzane #25141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 35.23%

R = 42.05%
G = 22.73%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#25141F (or 0x25141F) is known color: Melanzane. HEX triplet: 25, 14 and 1F. RGB value is (37,20,31). Sum of RGB (Red+Green+Blue) = 37+20+31=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #25141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25141F is #DAEBE0. Grayscale: #1A1A1A. Windows color (decimal): -14347233 or 2036773. OLE color: 2036773.

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

Color convert

RGB 37 20 31 -
CMYK 0 0.46 0.16 0.85
HSL 321.18º 0.3% 0.11% -
HSV(B) 321.18º 0.46% 0.15% -
XYZ 1.26 0.99 1.42 -
YUV 26.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 37 20 31 0 0.46 0.16 0.85 321.18 0.3 0.11
Hex 25 14 1F 0 2E 10 55 141 1E B
Octal 45 24 37 0 56 20 125 501 36 13
Binary 100101 10100 11111 0 101110 10000 1010101 101000001 11110 1011

Color Harmonies of #25141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25141F

Black with #25141F

Text Example


Text Example

White with #25141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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