#250F1F

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

Shades of Melanzane #250F1F

Tints of Melanzane #250F1F

Color information

#250F1F (or 0x250F1F) is unknown color: approx Melanzane. HEX triplet: 25, 0F and 1F. RGB value is (37,15,31). Sum of RGB (Red+Green+Blue) = 37+15+31=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #250F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F1F is #DAF0E0. Grayscale: #171717. Windows color (decimal): -14348513 or 2035493. OLE color: 2035493.

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

Color convert

RGB371531-
CMYK00.590.160.85
HSL316.36º42.31%10.2%-
HSV(B)316.36º59.46%14.51%-
XYZ1.180.831.4-
YUV23.4132.29137.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=44.58%
G=18.07%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37153100.590.160.85316.3642.3110.2
Hex25F1F03B105513c2aa
Octal451737073201254745212
Binary10010111111111101110111000010101011001111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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