Html Css Color HEX #25121E Melanzane

📋 copy color: '#25121E'

red 37 ◦ green 18 ◦ blue 30

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

Shades of Melanzane #25121E

Tints of Melanzane #25121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.18%

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

R = 43.53%
G = 21.18%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25121E (or 0x25121E) is known color: Melanzane. HEX triplet: 25, 12 and 1E. RGB value is (37,18,30). Sum of RGB (Red+Green+Blue) = 37+18+30=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121E is #DAEDE1. Grayscale: #191919. Windows color (decimal): -14347746 or 1970725. OLE color: 1970725.

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

Color convert

RGB 37 18 30 -
CMYK 0 0.51 0.19 0.85
HSL 322.11º 0.35% 0.11% -
HSV(B) 322.11º 0.51% 0.15% -
XYZ 1.21 0.92 1.34 -
YUV 25.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 37 18 30 0 0.51 0.19 0.85 322.11 0.35 0.11
Hex 25 12 1E 0 33 13 55 142 23 B
Octal 45 22 36 0 63 23 125 502 43 13
Binary 100101 10010 11110 0 110011 10011 1010101 101000010 100011 1011

Color Harmonies of #25121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25121E

Black with #25121E

Text Example


Text Example

White with #25121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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