Html Css Color HEX #251321 Melanzane

📋 copy color: '#251321'

red 37 ◦ green 19 ◦ blue 33

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

Shades of Melanzane #251321

Tints of Melanzane #251321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 41.57%
G = 21.35%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#251321 (or 0x251321) is known color: Melanzane. HEX triplet: 25, 13 and 21. RGB value is (37,19,33). Sum of RGB (Red+Green+Blue) = 37+19+33=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251321 is #DAECDE. Grayscale: #191919. Windows color (decimal): -14347487 or 2167589. OLE color: 2167589.

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

Color convert

RGB 37 19 33 -
CMYK 0 0.49 0.11 0.85
HSL 313.33º 0.32% 0.11% -
HSV(B) 313.33º 0.49% 0.15% -
XYZ 1.27 0.97 1.56 -
YUV 25.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 37 19 33 0 0.49 0.11 0.85 313.33 0.32 0.11
Hex 25 13 21 0 31 B 55 139 20 B
Octal 45 23 41 0 61 13 125 471 40 13
Binary 100101 10011 100001 0 110001 1011 1010101 100111001 100000 1011

Color Harmonies of #251321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251321

Black with #251321

Text Example


Text Example

White with #251321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251321; }

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

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

background-color css

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

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

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

border-color css

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

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

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