#250C1D

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

Shades of Melanzane #250C1D

Tints of Melanzane #250C1D

Color information

#250C1D (or 0x250C1D) is unknown color: approx Melanzane. HEX triplet: 25, 0C and 1D. RGB value is (37,12,29). Sum of RGB (Red+Green+Blue) = 37+12+29=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C1D is #DAF3E2. Grayscale: #151515. Windows color (decimal): -14349283 or 1903653. OLE color: 1903653.

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

Color convert

RGB371229-
CMYK00.680.220.85
HSL319.2º51.02%9.61%-
HSV(B)319.2º67.57%14.51%-
XYZ1.120.741.25-
YUV21.41132.28139.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 12 (5.08% from 255) = 15.38%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=47.44%
G=15.38%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37122900.680.220.85319.251.029.61
Hex25C1D044165513f33a
Octal4514350104261254776312
Binary100101110011101010001001011010101011001111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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