#250F1D

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

Shades of Melanzane #250F1D

Tints of Melanzane #250F1D

Color information

#250F1D (or 0x250F1D) is unknown color: approx Melanzane. HEX triplet: 25, 0F and 1D. RGB value is (37,15,29). Sum of RGB (Red+Green+Blue) = 37+15+29=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F1D is #DAF0E2. Grayscale: #171717. Windows color (decimal): -14348515 or 1904421. OLE color: 1904421.

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

Color convert

RGB371529-
CMYK00.590.220.85
HSL321.82º42.31%10.2%-
HSV(B)321.82º59.46%14.51%-
XYZ1.160.821.26-
YUV23.17131.29137.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 15 (6.25% from 255) = 18.52%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=45.68%
G=18.52%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37152900.590.220.85321.8242.3110.2
Hex25F1D03B16551422aa
Octal451735073261255025212
Binary10010111111110101110111011010101011010000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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