Html Css Color HEX #25081F Melanzane

📋 copy color: '#25081F'

red 37 ◦ green 8 ◦ blue 31

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

Shades of Melanzane #25081F

Tints of Melanzane #25081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.53%

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

R = 48.68%
G = 10.53%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#25081F (or 0x25081F) is known color: Melanzane. HEX triplet: 25, 08 and 1F. RGB value is (37,8,31). Sum of RGB (Red+Green+Blue) = 37+8+31=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #25081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081F is #DAF7E0. Grayscale: #131313. Windows color (decimal): -14350305 or 2033701. OLE color: 2033701.

HSL color Cylindrical-coordinate representation of color #25081F: hue angle of 312.41º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25081F is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 8 31 -
CMYK 0 0.78 0.16 0.85
HSL 312.41º 0.64% 0.09% -
HSV(B) 312.41º 0.78% 0.15% -
XYZ 1.1 0.67 1.37 -
YUV 19.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 37 8 31 0 0.78 0.16 0.85 312.41 0.64 0.09
Hex 25 8 1F 0 4E 10 55 138 40 9
Octal 45 10 37 0 116 20 125 470 100 11
Binary 100101 1000 11111 0 1001110 10000 1010101 100111000 1000000 1001

Color Harmonies of #25081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25081F

Black with #25081F

Text Example


Text Example

White with #25081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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