Html Css Color HEX #25071D Melanzane

📋 copy color: '#25071D'

red 37 ◦ green 7 ◦ blue 29

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

Shades of Melanzane #25071D

Tints of Melanzane #25071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 39.73%

R = 50.68%
G = 9.59%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#25071D (or 0x25071D) is known color: Melanzane. HEX triplet: 25, 07 and 1D. RGB value is (37,7,29). Sum of RGB (Red+Green+Blue) = 37+7+29=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25071D is #DAF8E2. Grayscale: #121212. Windows color (decimal): -14350563 or 1902373. OLE color: 1902373.

HSL color Cylindrical-coordinate representation of color #25071D: hue angle of 316º 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 #25071D is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 7 29 -
CMYK 0 0.81 0.22 0.85
HSL 316º 0.68% 0.09% -
HSV(B) 316º 0.81% 0.15% -
XYZ 1.06 0.63 1.23 -
YUV 18.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 37 7 29 0 0.81 0.22 0.85 316 0.68 0.09
Hex 25 7 1D 0 51 16 55 13C 44 9
Octal 45 7 35 0 121 26 125 474 104 11
Binary 100101 111 11101 0 1010001 10110 1010101 100111100 1000100 1001

Color Harmonies of #25071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25071D

Black with #25071D

Text Example


Text Example

White with #25071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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