Html Css Color HEX #251322 Melanzane

📋 copy color: '#251322'

red 37 ◦ green 19 ◦ blue 34

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

Shades of Melanzane #251322

Tints of Melanzane #251322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 37.78%

R = 41.11%
G = 21.11%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#251322 (or 0x251322) is known color: Melanzane. HEX triplet: 25, 13 and 22. RGB value is (37,19,34). Sum of RGB (Red+Green+Blue) = 37+19+34=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251322 is #DAECDD. Grayscale: #1A1A1A. Windows color (decimal): -14347486 or 2233125. OLE color: 2233125.

HSL color Cylindrical-coordinate representation of color #251322: hue angle of 310º 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 #251322 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 19 34 -
CMYK 0 0.49 0.08 0.85
HSL 310º 0.32% 0.11% -
HSV(B) 310º 0.49% 0.15% -
XYZ 1.28 0.97 1.63 -
YUV 26.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 37 19 34 0 0.49 0.08 0.85 310 0.32 0.11
Hex 25 13 22 0 31 8 55 136 20 B
Octal 45 23 42 0 61 10 125 466 40 13
Binary 100101 10011 100010 0 110001 1000 1010101 100110110 100000 1011

Color Harmonies of #251322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251322

Black with #251322

Text Example


Text Example

White with #251322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251322; }

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

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

background-color css

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

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

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

border-color css

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

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

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