#250B1D

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

Shades of Melanzane #250B1D

Tints of Melanzane #250B1D

Color information

#250B1D (or 0x250B1D) is unknown color: approx Melanzane. HEX triplet: 25, 0B and 1D. RGB value is (37,11,29). Sum of RGB (Red+Green+Blue) = 37+11+29=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B1D is #DAF4E2. Grayscale: #141414. Windows color (decimal): -14349539 or 1903397. OLE color: 1903397.

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

Color convert

RGB371129-
CMYK00.700.220.85
HSL318.46º54.17%9.41%-
HSV(B)318.46º70.27%14.51%-
XYZ1.10.721.24-
YUV20.83132.61139.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.05%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=48.05%
G=14.29%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37112900.700.220.85318.4654.179.41
Hex25B1D046165513e369
Octal4513350106261254766611
Binary100101101111101010001101011010101011001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #250B1D;
 }
 .AnyTagClassName
 {
   color: #250B1D;
 }
</style>
background-color css

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

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

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

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

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

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