Html Css Color HEX #25051E Melanzane

📋 copy color: '#25051E'

red 37 ◦ green 5 ◦ blue 30

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

Shades of Melanzane #25051E

Tints of Melanzane #25051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.94%

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

R = 51.39%
G = 6.94%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25051E (or 0x25051E) is known color: Melanzane. HEX triplet: 25, 05 and 1E. RGB value is (37,5,30). Sum of RGB (Red+Green+Blue) = 37+5+30=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #25051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25051E is #DAFAE1. Grayscale: #111111. Windows color (decimal): -14351074 or 1967397. OLE color: 1967397.

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

Color convert

RGB 37 5 30 -
CMYK 0 0.86 0.19 0.85
HSL 313.13º 0.76% 0.08% -
HSV(B) 313.13º 0.86% 0.15% -
XYZ 1.05 0.6 1.29 -
YUV 17.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 37 5 30 0 0.86 0.19 0.85 313.13 0.76 0.08
Hex 25 5 1E 0 56 13 55 139 4C 8
Octal 45 5 36 0 126 23 125 471 114 10
Binary 100101 101 11110 0 1010110 10011 1010101 100111001 1001100 1000

Color Harmonies of #25051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25051E

Black with #25051E

Text Example


Text Example

White with #25051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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