Html Css Color HEX #250A1D Melanzane

📋 copy color: '#250A1D'

red 37 ◦ green 10 ◦ blue 29

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

Shades of Melanzane #250A1D

Tints of Melanzane #250A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 38.16%

R = 48.68%
G = 13.16%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#250A1D (or 0x250A1D) is known color: Melanzane. HEX triplet: 25, 0A and 1D. RGB value is (37,10,29). Sum of RGB (Red+Green+Blue) = 37+10+29=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A1D is #DAF5E2. Grayscale: #141414. Windows color (decimal): -14349795 or 1903141. OLE color: 1903141.

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

Color convert

RGB 37 10 29 -
CMYK 0 0.73 0.22 0.85
HSL 317.78º 0.57% 0.09% -
HSV(B) 317.78º 0.73% 0.15% -
XYZ 1.09 0.7 1.24 -
YUV 20.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 37 10 29 0 0.73 0.22 0.85 317.78 0.57 0.09
Hex 25 A 1D 0 49 16 55 13E 39 9
Octal 45 12 35 0 111 26 125 476 71 11
Binary 100101 1010 11101 0 1001001 10110 1010101 100111110 111001 1001

Color Harmonies of #250A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A1D

Black with #250A1D

Text Example


Text Example

White with #250A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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