Html Css Color HEX #250C1F Melanzane

📋 copy color: '#250C1F'

red 37 ◦ green 12 ◦ blue 31

#250C1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #250C1F

Tints of Melanzane #250C1F

RGB

 RED value IS 37 (14.84% from 255) = 46.25%

 GREEN value IS 12 (5.08% from 255) = 15%

 BLUE value IS 31 (12.5% from 255) = 38.75%

R = 46.25%
G = 15%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#250C1F (or 0x250C1F) is known color: Melanzane. HEX triplet: 25, 0C and 1F. RGB value is (37,12,31). Sum of RGB (Red+Green+Blue) = 37+12+31=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #250C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C1F is #DAF3E0. Grayscale: #151515. Windows color (decimal): -14349281 or 2034725. OLE color: 2034725.

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

Color convert

RGB 37 12 31 -
CMYK 0 0.68 0.16 0.85
HSL 314.4º 0.51% 0.1% -
HSV(B) 314.4º 0.68% 0.15% -
XYZ 1.14 0.76 1.38 -
YUV 21.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 37 12 31 0 0.68 0.16 0.85 314.4 0.51 0.1
Hex 25 C 1F 0 44 10 55 13A 33 A
Octal 45 14 37 0 104 20 125 472 63 12
Binary 100101 1100 11111 0 1000100 10000 1010101 100111010 110011 1010

Color Harmonies of #250C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C1F

Black with #250C1F

Text Example


Text Example

White with #250C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #250C1F;
 }
 .AnyTagClassName
 {
   color: #250C1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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