#251922

Color #251922 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #251922

Tints of Melanzane #251922

Color information

#251922 (or 0x251922) is unknown color: approx Melanzane. HEX triplet: 25, 19 and 22. RGB value is (37,25,34). Sum of RGB (Red+Green+Blue) = 37+25+34=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 37 - color contains mainly: red. Hex color #251922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251922 is #DAE6DD. Grayscale: #1D1D1D. Windows color (decimal): -14345950 or 2234661. OLE color: 2234661.

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

Color convert

RGB372534-
CMYK00.320.080.85
HSL315º19.35%12.16%-
HSV(B)315º32.43%14.51%-
XYZ1.41.21.67-
YUV29.61130.48133.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 34 (13.67% from 255) = 35.42%
R=38.54%
G=26.04%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37253400.320.080.8531519.3512.16
Hex25192202085513b13c
Octal453142040101254732314
Binary10010111001100010010000010001010101100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251922; }

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

 H1.HeaderClassName
 {
   color: #251922;
 }
 .AnyTagClassName
 {
   color: #251922;
 }
</style>
background-color css

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

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

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

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

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

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