Html Css Color HEX #250A1F Melanzane

📋 copy color: '#250A1F'

red 37 ◦ green 10 ◦ blue 31

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

Shades of Melanzane #250A1F

Tints of Melanzane #250A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.82%

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

R = 47.44%
G = 12.82%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#250A1F (or 0x250A1F) is known color: Melanzane. HEX triplet: 25, 0A and 1F. RGB value is (37,10,31). Sum of RGB (Red+Green+Blue) = 37+10+31=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A1F is #DAF5E0. Grayscale: #141414. Windows color (decimal): -14349793 or 2034213. OLE color: 2034213.

HSL color Cylindrical-coordinate representation of color #250A1F: hue angle of 313.33º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250A1F is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 10 31 -
CMYK 0 0.73 0.16 0.85
HSL 313.33º 0.57% 0.09% -
HSV(B) 313.33º 0.73% 0.15% -
XYZ 1.12 0.71 1.37 -
YUV 20.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 37 10 31 0 0.73 0.16 0.85 313.33 0.57 0.09
Hex 25 A 1F 0 49 10 55 139 39 9
Octal 45 12 37 0 111 20 125 471 71 11
Binary 100101 1010 11111 0 1001001 10000 1010101 100111001 111001 1001

Color Harmonies of #250A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A1F

Black with #250A1F

Text Example


Text Example

White with #250A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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