Html Css Color HEX #250E1E Melanzane

📋 copy color: '#250E1E'

red 37 ◦ green 14 ◦ blue 30

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

Shades of Melanzane #250E1E

Tints of Melanzane #250E1E

RGB

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

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

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

R = 45.68%
G = 17.28%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#250E1E (or 0x250E1E) is known color: Melanzane. HEX triplet: 25, 0E and 1E. RGB value is (37,14,30). Sum of RGB (Red+Green+Blue) = 37+14+30=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E1E is #DAF1E1. Grayscale: #161616. Windows color (decimal): -14348770 or 1969701. OLE color: 1969701.

HSL color Cylindrical-coordinate representation of color #250E1E: hue angle of 318.26º 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 #250E1E is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 30 -
CMYK 0 0.62 0.19 0.85
HSL 318.26º 0.45% 0.1% -
HSV(B) 318.26º 0.62% 0.15% -
XYZ 1.15 0.8 1.32 -
YUV 22.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 37 14 30 0 0.62 0.19 0.85 318.26 0.45 0.1
Hex 25 E 1E 0 3E 13 55 13E 2D A
Octal 45 16 36 0 76 23 125 476 55 12
Binary 100101 1110 11110 0 111110 10011 1010101 100111110 101101 1010

Color Harmonies of #250E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E1E

Black with #250E1E

Text Example


Text Example

White with #250E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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