#250B1F

Color #250B1F Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #250B1F

Tints of Melanzane #250B1F

Color information

#250B1F (or 0x250B1F) is unknown color: approx 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

RGB371131-
CMYK00.700.160.85
HSL313.85º54.17%9.41%-
HSV(B)313.85º70.27%14.51%-
XYZ1.130.731.38-
YUV21.05133.61139.37-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37113100.700.160.85313.8554.179.41
Hex25B1F046105513a369
Octal4513370106201254726611
Binary100101101111111010001101000010101011001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>