Html Css Color HEX #250D20 Melanzane

📋 copy color: '#250D20'

red 37 ◦ green 13 ◦ blue 32

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

Shades of Melanzane #250D20

Tints of Melanzane #250D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.85%

 BLUE value IS 32 (12.89% from 255) = 39.02%

R = 45.12%
G = 15.85%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250D20 (or 0x250D20) is known color: Melanzane. HEX triplet: 25, 0D and 20. RGB value is (37,13,32). Sum of RGB (Red+Green+Blue) = 37+13+32=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #250D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D20 is #DAF2DF. Grayscale: #161616. Windows color (decimal): -14349024 or 2100517. OLE color: 2100517.

HSL color Cylindrical-coordinate representation of color #250D20: hue angle of 312.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D20 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 13 32 -
CMYK 0 0.65 0.14 0.85
HSL 312.5º 0.48% 0.1% -
HSV(B) 312.5º 0.65% 0.15% -
XYZ 1.17 0.79 1.46 -
YUV 22.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 37 13 32 0 0.65 0.14 0.85 312.5 0.48 0.1
Hex 25 D 20 0 41 E 55 138 30 A
Octal 45 15 40 0 101 16 125 470 60 12
Binary 100101 1101 100000 0 1000001 1110 1010101 100111000 110000 1010

Color Harmonies of #250D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D20

Black with #250D20

Text Example


Text Example

White with #250D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250D20; }

 p { color: rgb(37,13,32); }

 H1.HeaderClassName
 {
   color: #250D20;
 }
 .AnyTagClassName
 {
   color: #250D20;
 }
</style>

background-color css

<style>
 a { background-color: #250D20; }

 a { background-color: rgb(37,13,32); }

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

border-color css

<style>
 span { border-color: #250D20; }

 span { border-color: rgb(37,13,32); }

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