Html Css Color HEX #251422 Melanzane

📋 copy color: '#251422'

red 37 ◦ green 20 ◦ blue 34

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

Shades of Melanzane #251422

Tints of Melanzane #251422

RGB

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

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

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

R = 40.66%
G = 21.98%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#251422 (or 0x251422) is known color: Melanzane. HEX triplet: 25, 14 and 22. RGB value is (37,20,34). Sum of RGB (Red+Green+Blue) = 37+20+34=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251422 is #DAEBDD. Grayscale: #1A1A1A. Windows color (decimal): -14347230 or 2233381. OLE color: 2233381.

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

Color convert

RGB 37 20 34 -
CMYK 0 0.46 0.08 0.85
HSL 310.59º 0.3% 0.11% -
HSV(B) 310.59º 0.46% 0.15% -
XYZ 1.3 1.01 1.64 -
YUV 26.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 37 20 34 0 0.46 0.08 0.85 310.59 0.3 0.11
Hex 25 14 22 0 2E 8 55 137 1E B
Octal 45 24 42 0 56 10 125 467 36 13
Binary 100101 10100 100010 0 101110 1000 1010101 100110111 11110 1011

Color Harmonies of #251422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251422

Black with #251422

Text Example


Text Example

White with #251422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251422; }

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

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

background-color css

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

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

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

border-color css

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

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

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