Html Css Color HEX #25071E Melanzane

📋 copy color: '#25071E'

red 37 ◦ green 7 ◦ blue 30

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

Shades of Melanzane #25071E

Tints of Melanzane #25071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.46%

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

R = 50%
G = 9.46%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25071E (or 0x25071E) is known color: Melanzane. HEX triplet: 25, 07 and 1E. RGB value is (37,7,30). Sum of RGB (Red+Green+Blue) = 37+7+30=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25071E is #DAF8E1. Grayscale: #121212. Windows color (decimal): -14350562 or 1967909. OLE color: 1967909.

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

Color convert

RGB 37 7 30 -
CMYK 0 0.81 0.19 0.85
HSL 314º 0.68% 0.09% -
HSV(B) 314º 0.81% 0.15% -
XYZ 1.07 0.64 1.3 -
YUV 18.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 37 7 30 0 0.81 0.19 0.85 314 0.68 0.09
Hex 25 7 1E 0 51 13 55 13A 44 9
Octal 45 7 36 0 121 23 125 472 104 11
Binary 100101 111 11110 0 1010001 10011 1010101 100111010 1000100 1001

Color Harmonies of #25071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25071E

Black with #25071E

Text Example


Text Example

White with #25071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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