Html Css Color HEX #250C20 Melanzane

📋 copy color: '#250C20'

red 37 ◦ green 12 ◦ blue 32

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

Shades of Melanzane #250C20

Tints of Melanzane #250C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 39.51%

R = 45.68%
G = 14.81%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250C20 (or 0x250C20) is known color: Melanzane. HEX triplet: 25, 0C and 20. RGB value is (37,12,32). Sum of RGB (Red+Green+Blue) = 37+12+32=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250C20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C20 is #DAF3DF. Grayscale: #151515. Windows color (decimal): -14349280 or 2100261. OLE color: 2100261.

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

Color convert

RGB 37 12 32 -
CMYK 0 0.68 0.14 0.85
HSL 312º 0.51% 0.1% -
HSV(B) 312º 0.68% 0.15% -
XYZ 1.16 0.76 1.45 -
YUV 21.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 37 12 32 0 0.68 0.14 0.85 312 0.51 0.1
Hex 25 C 20 0 44 E 55 138 33 A
Octal 45 14 40 0 104 16 125 470 63 12
Binary 100101 1100 100000 0 1000100 1110 1010101 100111000 110011 1010

Color Harmonies of #250C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C20

Black with #250C20

Text Example


Text Example

White with #250C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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