Html Css Color HEX #251221 Melanzane

📋 copy color: '#251221'

red 37 ◦ green 18 ◦ blue 33

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

Shades of Melanzane #251221

Tints of Melanzane #251221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 42.05%
G = 20.45%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#251221 (or 0x251221) is known color: Melanzane. HEX triplet: 25, 12 and 21. RGB value is (37,18,33). Sum of RGB (Red+Green+Blue) = 37+18+33=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251221 is #DAEDDE. Grayscale: #191919. Windows color (decimal): -14347743 or 2167333. OLE color: 2167333.

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

Color convert

RGB 37 18 33 -
CMYK 0 0.51 0.11 0.85
HSL 312.63º 0.35% 0.11% -
HSV(B) 312.63º 0.51% 0.15% -
XYZ 1.25 0.94 1.55 -
YUV 25.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 37 18 33 0 0.51 0.11 0.85 312.63 0.35 0.11
Hex 25 12 21 0 33 B 55 139 23 B
Octal 45 22 41 0 63 13 125 471 43 13
Binary 100101 10010 100001 0 110011 1011 1010101 100111001 100011 1011

Color Harmonies of #251221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251221

Black with #251221

Text Example


Text Example

White with #251221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251221; }

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

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

background-color css

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

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

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

border-color css

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

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

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