Html Css Color HEX #250C1D Melanzane

📋 copy color: '#250C1D'

red 37 ◦ green 12 ◦ blue 29

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

Shades of Melanzane #250C1D

Tints of Melanzane #250C1D

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 value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#250C1D (or 0x250C1D) is known color: 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

RGB 37 12 29 -
CMYK 0 0.68 0.22 0.85
HSL 319.2º 0.51% 0.1% -
HSV(B) 319.2º 0.68% 0.15% -
XYZ 1.12 0.74 1.25 -
YUV 21.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 37 12 29 0 0.68 0.22 0.85 319.2 0.51 0.1
Hex 25 C 1D 0 44 16 55 13F 33 A
Octal 45 14 35 0 104 26 125 477 63 12
Binary 100101 1100 11101 0 1000100 10110 1010101 100111111 110011 1010

Color Harmonies of #250C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C1D

Black with #250C1D

Text Example


Text Example

White with #250C1D

Text Example


Text Example

HTML Codes & Css Web 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>