Html Css Color HEX #251421 Melanzane

📋 copy color: '#251421'

red 37 ◦ green 20 ◦ blue 33

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

Shades of Melanzane #251421

Tints of Melanzane #251421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.22%

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

R = 41.11%
G = 22.22%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#251421 (or 0x251421) is known color: Melanzane. HEX triplet: 25, 14 and 21. RGB value is (37,20,33). Sum of RGB (Red+Green+Blue) = 37+20+33=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251421 is #DAEBDE. Grayscale: #1A1A1A. Windows color (decimal): -14347231 or 2167845. OLE color: 2167845.

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

Color convert

RGB 37 20 33 -
CMYK 0 0.46 0.11 0.85
HSL 314.12º 0.3% 0.11% -
HSV(B) 314.12º 0.46% 0.15% -
XYZ 1.29 1 1.56 -
YUV 26.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 37 20 33 0 0.46 0.11 0.85 314.12 0.3 0.11
Hex 25 14 21 0 2E B 55 13A 1E B
Octal 45 24 41 0 56 13 125 472 36 13
Binary 100101 10100 100001 0 101110 1011 1010101 100111010 11110 1011

Color Harmonies of #251421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251421

Black with #251421

Text Example


Text Example

White with #251421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251421; }

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

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

background-color css

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

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

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

border-color css

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

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

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