Html Css Color HEX #250E1D Melanzane

📋 copy color: '#250E1D'

red 37 ◦ green 14 ◦ blue 29

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

Shades of Melanzane #250E1D

Tints of Melanzane #250E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.5%

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

R = 46.25%
G = 17.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#250E1D (or 0x250E1D) is known color: Melanzane. HEX triplet: 25, 0E and 1D. RGB value is (37,14,29). Sum of RGB (Red+Green+Blue) = 37+14+29=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1D is #DAF1E2. Grayscale: #161616. Windows color (decimal): -14348771 or 1904165. OLE color: 1904165.

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

Color convert

RGB 37 14 29 -
CMYK 0 0.62 0.22 0.85
HSL 320.87º 0.45% 0.1% -
HSV(B) 320.87º 0.62% 0.15% -
XYZ 1.14 0.8 1.26 -
YUV 22.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 37 14 29 0 0.62 0.22 0.85 320.87 0.45 0.1
Hex 25 E 1D 0 3E 16 55 141 2D A
Octal 45 16 35 0 76 26 125 501 55 12
Binary 100101 1110 11101 0 111110 10110 1010101 101000001 101101 1010

Color Harmonies of #250E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E1D

Black with #250E1D

Text Example


Text Example

White with #250E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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