Html Css Color HEX #25081D Melanzane

📋 copy color: '#25081D'

red 37 ◦ green 8 ◦ blue 29

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

Shades of Melanzane #25081D

Tints of Melanzane #25081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.81%

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

R = 50%
G = 10.81%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#25081D (or 0x25081D) is known color: Melanzane. HEX triplet: 25, 08 and 1D. RGB value is (37,8,29). Sum of RGB (Red+Green+Blue) = 37+8+29=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25081D is #DAF7E2. Grayscale: #131313. Windows color (decimal): -14350307 or 1902629. OLE color: 1902629.

HSL color Cylindrical-coordinate representation of color #25081D: hue angle of 316.55º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25081D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 8 29 -
CMYK 0 0.78 0.22 0.85
HSL 316.55º 0.64% 0.09% -
HSV(B) 316.55º 0.78% 0.15% -
XYZ 1.07 0.66 1.23 -
YUV 19.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 37 8 29 0 0.78 0.22 0.85 316.55 0.64 0.09
Hex 25 8 1D 0 4E 16 55 13D 40 9
Octal 45 10 35 0 116 26 125 475 100 11
Binary 100101 1000 11101 0 1001110 10110 1010101 100111101 1000000 1001

Color Harmonies of #25081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25081D

Black with #25081D

Text Example


Text Example

White with #25081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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