Html Css Color HEX #25101E Melanzane

📋 copy color: '#25101E'

red 37 ◦ green 16 ◦ blue 30

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

Shades of Melanzane #25101E

Tints of Melanzane #25101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

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

R = 44.58%
G = 19.28%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25101E (or 0x25101E) is known color: Melanzane. HEX triplet: 25, 10 and 1E. RGB value is (37,16,30). Sum of RGB (Red+Green+Blue) = 37+16+30=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25101E is #DAEFE1. Grayscale: #171717. Windows color (decimal): -14348258 or 1970213. OLE color: 1970213.

HSL color Cylindrical-coordinate representation of color #25101E: hue angle of 320º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25101E is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 16 30 -
CMYK 0 0.57 0.19 0.85
HSL 320º 0.4% 0.1% -
HSV(B) 320º 0.57% 0.15% -
XYZ 1.18 0.86 1.33 -
YUV 23.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 37 16 30 0 0.57 0.19 0.85 320 0.4 0.1
Hex 25 10 1E 0 39 13 55 140 28 A
Octal 45 20 36 0 71 23 125 500 50 12
Binary 100101 10000 11110 0 111001 10011 1010101 101000000 101000 1010

Color Harmonies of #25101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25101E

Black with #25101E

Text Example


Text Example

White with #25101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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