Html Css Color HEX #250B1E Melanzane

📋 copy color: '#250B1E'

red 37 ◦ green 11 ◦ blue 30

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

Shades of Melanzane #250B1E

Tints of Melanzane #250B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.1%

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

R = 47.44%
G = 14.1%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#250B1E (or 0x250B1E) is known color: Melanzane. HEX triplet: 25, 0B and 1E. RGB value is (37,11,30). Sum of RGB (Red+Green+Blue) = 37+11+30=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1E is #DAF4E1. Grayscale: #141414. Windows color (decimal): -14349538 or 1968933. OLE color: 1968933.

HSL color Cylindrical-coordinate representation of color #250B1E: hue angle of 316.15º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B1E is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 11 30 -
CMYK 0 0.70 0.19 0.85
HSL 316.15º 0.54% 0.09% -
HSV(B) 316.15º 0.7% 0.15% -
XYZ 1.12 0.73 1.31 -
YUV 20.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 37 11 30 0 0.70 0.19 0.85 316.15 0.54 0.09
Hex 25 B 1E 0 46 13 55 13C 36 9
Octal 45 13 36 0 106 23 125 474 66 11
Binary 100101 1011 11110 0 1000110 10011 1010101 100111100 110110 1001

Color Harmonies of #250B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B1E

Black with #250B1E

Text Example


Text Example

White with #250B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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