Html Css Color HEX #250F21 Melanzane

📋 copy color: '#250F21'

red 37 ◦ green 15 ◦ blue 33

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

Shades of Melanzane #250F21

Tints of Melanzane #250F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.65%

 BLUE value IS 33 (13.28% from 255) = 38.82%

R = 43.53%
G = 17.65%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250F21 (or 0x250F21) is known color: Melanzane. HEX triplet: 25, 0F and 21. RGB value is (37,15,33). Sum of RGB (Red+Green+Blue) = 37+15+33=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #250F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F21 is #DAF0DE. Grayscale: #171717. Windows color (decimal): -14348511 or 2166565. OLE color: 2166565.

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

Color convert

RGB 37 15 33 -
CMYK 0 0.59 0.11 0.85
HSL 310.91º 0.42% 0.1% -
HSV(B) 310.91º 0.59% 0.15% -
XYZ 1.21 0.84 1.54 -
YUV 23.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 37 15 33 0 0.59 0.11 0.85 310.91 0.42 0.1
Hex 25 F 21 0 3B B 55 137 2A A
Octal 45 17 41 0 73 13 125 467 52 12
Binary 100101 1111 100001 0 111011 1011 1010101 100110111 101010 1010

Color Harmonies of #250F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F21

Black with #250F21

Text Example


Text Example

White with #250F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,15,33); }

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

background-color css

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

 a { background-color: rgb(37,15,33); }

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

border-color css

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

 span { border-color: rgb(37,15,33); }

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