#250D1D

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

Shades of Melanzane #250D1D

Tints of Melanzane #250D1D

Color information

#250D1D (or 0x250D1D) is unknown color: approx Melanzane. HEX triplet: 25, 0D and 1D. RGB value is (37,13,29). Sum of RGB (Red+Green+Blue) = 37+13+29=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1D is #DAF2E2. Grayscale: #151515. Windows color (decimal): -14349027 or 1903909. OLE color: 1903909.

HSL color Cylindrical-coordinate representation of color #250D1D: hue angle of 320º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D1D is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB371329-
CMYK00.650.220.85
HSL320º48%9.8%-
HSV(B)320º64.86%14.51%-
XYZ1.130.771.25-
YUV22131.95138.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 13 (5.47% from 255) = 16.46%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=46.84%
G=16.46%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37132900.650.220.85320489.8
Hex25D1D041165514030a
Octal4515350101261255006012
Binary100101110111101010000011011010101011010000001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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