#250F21

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

Shades of Melanzane #250F21

Tints of Melanzane #250F21

Color information

#250F21 (or 0x250F21) is unknown color: approx Melanzane. HEX triplet: 25, 0F and 21. RGB value is (37,15,33). Sum of RGB (Red+Green+Blue) = 37+15+33=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #250F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F21 is #DAF0DE. Grayscale: #171717. Windows color (decimal): -14348511 or 2166565. OLE color: 2166565.

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

Color convert

RGB371533-
CMYK00.590.110.85
HSL310.91º42.31%10.2%-
HSV(B)310.91º59.46%14.51%-
XYZ1.210.841.54-
YUV23.63133.29137.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=43.53%
G=17.65%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37153300.590.110.85310.9142.3110.2
Hex25F2103BB551372aa
Octal451741073131254675212
Binary10010111111000010111011101110101011001101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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