Html Css Color HEX #251921 Melanzane

📋 copy color: '#251921'

red 37 ◦ green 25 ◦ blue 33

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

Shades of Melanzane #251921

Tints of Melanzane #251921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.32%

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

R = 38.95%
G = 26.32%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#251921 (or 0x251921) is known color: Melanzane. HEX triplet: 25, 19 and 21. RGB value is (37,25,33). Sum of RGB (Red+Green+Blue) = 37+25+33=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #251921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251921 is #DAE6DE. Grayscale: #1D1D1D. Windows color (decimal): -14345951 or 2169125. OLE color: 2169125.

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

Color convert

RGB 37 25 33 -
CMYK 0 0.32 0.11 0.85
HSL 320º 0.19% 0.12% -
HSV(B) 320º 0.32% 0.15% -
XYZ 1.39 1.2 1.6 -
YUV 29.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 37 25 33 0 0.32 0.11 0.85 320 0.19 0.12
Hex 25 19 21 0 20 B 55 140 13 C
Octal 45 31 41 0 40 13 125 500 23 14
Binary 100101 11001 100001 0 100000 1011 1010101 101000000 10011 1100

Color Harmonies of #251921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251921

Black with #251921

Text Example


Text Example

White with #251921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251921; }

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

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

background-color css

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

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

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

border-color css

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

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

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