Html Css Color HEX #250D1D Melanzane

📋 copy color: '#250D1D'

red 37 ◦ green 13 ◦ blue 29

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

Shades of Melanzane #250D1D

Tints of Melanzane #250D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.46%

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

R = 46.84%
G = 16.46%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#250D1D (or 0x250D1D) is known color: Melanzane. HEX triplet: 25, 0D and 1D. RGB value is (37,13,29). Sum of RGB (Red+Green+Blue) = 37+13+29=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D1D is #DAF2E2. Grayscale: #151515. Windows color (decimal): -14349027 or 1903909. OLE color: 1903909.

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

Color convert

RGB 37 13 29 -
CMYK 0 0.65 0.22 0.85
HSL 320º 0.48% 0.1% -
HSV(B) 320º 0.65% 0.15% -
XYZ 1.13 0.77 1.25 -
YUV 22 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 37 13 29 0 0.65 0.22 0.85 320 0.48 0.1
Hex 25 D 1D 0 41 16 55 140 30 A
Octal 45 15 35 0 101 26 125 500 60 12
Binary 100101 1101 11101 0 1000001 10110 1010101 101000000 110000 1010

Color Harmonies of #250D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D1D

Black with #250D1D

Text Example


Text Example

White with #250D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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