Html Css Color HEX #25081E Melanzane

📋 copy color: '#25081E'

red 37 ◦ green 8 ◦ blue 30

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

Shades of Melanzane #25081E

Tints of Melanzane #25081E

RGB

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

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

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

R = 49.33%
G = 10.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25081E (or 0x25081E) is known color: Melanzane. HEX triplet: 25, 08 and 1E. RGB value is (37,8,30). Sum of RGB (Red+Green+Blue) = 37+8+30=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #25081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081E is #DAF7E1. Grayscale: #131313. Windows color (decimal): -14350306 or 1968165. OLE color: 1968165.

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

Color convert

RGB 37 8 30 -
CMYK 0 0.78 0.19 0.85
HSL 314.48º 0.64% 0.09% -
HSV(B) 314.48º 0.78% 0.15% -
XYZ 1.08 0.66 1.3 -
YUV 19.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 37 8 30 0 0.78 0.19 0.85 314.48 0.64 0.09
Hex 25 8 1E 0 4E 13 55 13A 40 9
Octal 45 10 36 0 116 23 125 472 100 11
Binary 100101 1000 11110 0 1001110 10011 1010101 100111010 1000000 1001

Color Harmonies of #25081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25081E

Black with #25081E

Text Example


Text Example

White with #25081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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