Html Css Color HEX #250B1F Melanzane

📋 copy color: '#250B1F'

red 37 ◦ green 11 ◦ blue 31

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

Shades of Melanzane #250B1F

Tints of Melanzane #250B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 39.24%

R = 46.84%
G = 13.92%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#250B1F (or 0x250B1F) is known color: Melanzane. HEX triplet: 25, 0B and 1F. RGB value is (37,11,31). Sum of RGB (Red+Green+Blue) = 37+11+31=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1F is #DAF4E0. Grayscale: #151515. Windows color (decimal): -14349537 or 2034469. OLE color: 2034469.

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

Color convert

RGB 37 11 31 -
CMYK 0 0.70 0.16 0.85
HSL 313.85º 0.54% 0.09% -
HSV(B) 313.85º 0.7% 0.15% -
XYZ 1.13 0.73 1.38 -
YUV 21.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 37 11 31 0 0.70 0.16 0.85 313.85 0.54 0.09
Hex 25 B 1F 0 46 10 55 13A 36 9
Octal 45 13 37 0 106 20 125 472 66 11
Binary 100101 1011 11111 0 1000110 10000 1010101 100111010 110110 1001

Color Harmonies of #250B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B1F

Black with #250B1F

Text Example


Text Example

White with #250B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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